File transfer in Linux : FTP in linux : Shell script to file trnsfer

This script use to transfer file from linux to ftp server. You can automate this file transfer by putting this

Read more

Linux Shell Script To Ftp File To Server

You need to create a shell scrip, needed to call from a crontab, to contact a FTP server and put or

Read more

Linux Cron Job – Schedule Job in linux: crontab

In all Operating system there option to schedule a job/activity that should be run on particular time interval. Here is

Read more

Email alert on disk space outage in linux

For Send mail Tutorial Click Here Need to be installed sendmail ( yum install sendmail) and mailx (yum install mailx)

Read more

Stop firewall services centos : linux firewall service stop at startup

Check the Status of The Iptables IPv4 Firewall Run the following command to check the status of the iptables IPv4 firewall :

Read more

Mount.cifs cannot allocate memory : Mounting windows share

Mounting a Windows (cifs) share on centos gives us a “Mount.cifs cannot allocate memory” error. Executing a command like this:

Read more

Changing centos/redhat run level init 3

What is a runlevel ? Runlevel is the preset state in which a Linux system operates. Below mentioned are the

Read more

Change HostName From Command Line Linux

To change the  hostname, follow the steps shown below. 1. Use hostname command to Change Hostname In this example, we’ll

Read more

TOP command in Linux

top provides an ongoing look at processor activity in real time. It displays a listing of the most CPU-intensive tasks on

Read more