Ps -aux
Feb
18
Adnan Khurshid on February 18th, 2011
Well, we know that command ‘ps –aux’ will show all the processes currently running on the system. We can sort the output of this command by using sort command piped after ps. We discussed about sort command before, you might want to have a look at it here. Lets first check the output of ps […]