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
More From sriramraj
sriramraj Recommends
- Cambridge Students Tips for Students (StudentsTips)
- Earning Money Clicking Ads (StudentsTips)
- Free WordPress Themes in Internet (StudentsTips)
- [Tutorial Part:1] Introduction To Android Mobile Operating System (blogsaays)
- Online reputation management and social media (Personal Branding Now)
- Guide to Brand Management (Personal Branding Now)
Related posts:

