Skip to main content

Linux commands frequently used

To find list of processes by their memory usage. ps -o pid,user,%mem,command ax | sort -b -k3 -r

Comments