Here are the list of Process Management commands in unix that are very useful for Linux and Unix Users.
ps command in unix
ps – display your currently active processes
top command in unix
top – display all running processes
kill command in unix
kill pid – kill process id pid
killall proc – kill all processes named proc *
bg command in unix
bg – lists stopped or background jobs; resume a stopped job in the background
fg command in unix
fg – brings the most recent job to foreground
fg n – brings job n to the foreground
we can have and idea about Unix Basic Commands in similar posts below in TechnoExplore

