1) more /proc/1/status 2) ps 3) ps al 4) ps axl 5) ps o pid 6) ps o user,pid 7) ps U master-admin 8) pstree 9) pstree -p 10) pstree master-admin 11) ps | grep bash (vedete il PID di bash) e poi pstree PID_bash 12) top -d 1 13) premere i e ri-premere i 14) premere n, poi 8 e premere Invio 15) q 16) lanciate yes da un'altra shell 17) top 18) q 19) kill -9 PID_yes 20) kill -l 21) ... 22) opzione k inserendo i PID dei processi 23) killall -9 yes 24) Ctrl+C 25) Ctrl+Z 26) ps 27) ps r 28) bg. No perché il comando stampa a video y. 29) Ctrl+C. yes > /dev/null & 30) killall -9 yes 31) yes > /dev/null 32) Ctrl+z e poi bg 33) fg e Ctrl+c 34) nice yes 35) Ctrl+c 36) nice -n 15 yes 37) renice 18 -p PID_yes 38) top e comando r 39) Cambia il nice associato al processo yes