Guest User

Untitled

a guest
May 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. rm -rf /home/dubya
  2. find / -user dubya -exec rm {} \;
  3. userdel dubya
  4. echo "User dubya is banned, bye kthx n00b" >>/root/notes.txt
Add Comment
Please, Sign In to add comment