Monday, August 22, 2016

Linux shell cheat sheet


ps aux
a = show processes for all users
u = display the process's user/owner
x = also show processes not attached to a terminal

No comments:

Post a Comment