-
hipo posted an update 9 years ago
I just realized that the ps auxwwf|grep -i process to grep for a user is a bad habit to look up for a username it is much better to use only ps command
ps -o size,pid,user,command -u UserName –sort -size
hipo posted an update 9 years ago
I just realized that the ps auxwwf|grep -i process to grep for a user is a bad habit to look up for a username it is much better to use only ps command
ps -o size,pid,user,command -u UserName –sort -size