Guest User

Untitled

a guest
Jan 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ps ax --sort +pid
  2.  
  3. ps ax --sort -pid
  4.  
  5. ps --sort='-pid'
  6.  
  7. ps -ax | sort -n
  8.  
  9. ps -aux --sort -pid
  10.  
  11. ps -aux | tac
Add Comment
Please, Sign In to add comment