Problem
1. How will you find out the complete command lines of all processes run by user timothy?
2. Run ps with the appropriate option, and note some processes that have no controlling terminal.
3. How will you use kill to ensure that a process is killed?
4. How will you kill the last background job without knowing its PID?
5. How do you display the signal list on your system?