techfolks linux tutorials
Linux

Command to see memory space on Linux in GB


Command to see Memory Space available in GB on Linux

df -h

How to start restart linux:

just enter restart

How to start Mysql on Centos Linux server:

/etc/init.d/mysqld start

Restart Mysql on Linux Centos:

/etc/init.d/mysqld restart

Stop Mysql on Linux Centos:

/etc/init.d/mysqld stop

Check status of Mysql on Linux Centos:

/etc/init.d/mysqld status

How to Kill a Process

kill -9 processid