Linux process management


Let's review the UNIX commands that we've already learned:

ls

pwd

cd

cat

grep


The ps command may be used to obtain information about current processes. Let's peek at the man pages for ps and then try it out. (You may want to try ps's cousin top as well.)