Ps -aux

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 […]

Continue reading about How to determine which processes are taking most of your CPU and Memory in Linux