Guest User

Untitled

a guest
Feb 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. kill -STOP <pid>
  2.  
  3. chmod a-x /path/to/program
  4.  
  5. #!/bin/sh
  6. while sleep 999999999; do :; done
Add Comment
Please, Sign In to add comment