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