Posts

Showing posts from March, 2015

Check free disk space in Linux

df -h df -h /path/to/dir

Checking disk space usage

du - kscx *

Start/Stop MySQL Server on CentOS

Stop MySQL Server # /etc/init.d/mysqld stop Start MySQL Server # /etc/init.d/mysqld start Restart MySQL Server # /etc/init.d/mysqld restart

Apcahe configuration file location in CentOS

Get the path of running Apache: ps -ef | grep apache Append -V argument to the path Configuration file is SERVER_CONFIG_FILE under HTTPD_ROOT directory