You are on page 1of 1

Process management1.

psTo display the currently working


processes2.topDisplay all running processUnix/Linux Command
Reference
3.kill pidKill the process with given pid4.killall procKill all the process
named proc5.pkill patternWill kill all processes matching the
pattern6.bgList stopped or background jobs,resume a stoppedjob in
the background 7.fgBrings the most recent job to foreground8.fg
nBrings job n to the foreground

You might also like