ps haexo user | sort -uShow the unique list of users running processes on the system, prefixed by number of processes for that user
ps haexo user | sort | uniq -cSame than above, but sorted by the number of processes
ps haexo user | sort | uniq -c | sort -nr
No comments:
Post a Comment