Useful Centos Linux CommandsPublished: 09 July 2014 | Written by some jerk | Print | Email | Hits: 311 check CentOS version: cat /etc/redhat-release list file space usage df -h find what the process id is of a program ps -ef | grep <service name> list usage for a particular process top -p <process> list process top Prev Next