CPB2017

1e

Jun 21st, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2. echo "Here are the top running processes"
  3. sleep 3
  4. ps -Ao user,uid,comm,pid,pcpu,tty --sort=-pcpu | head -n 10
Add Comment
Please, Sign In to add comment