Skip to content

Instantly share code, notes, and snippets.

@drmmr763
Created March 27, 2013 21:16
Show Gist options
  • Save drmmr763/5258076 to your computer and use it in GitHub Desktop.
Save drmmr763/5258076 to your computer and use it in GitHub Desktop.
break a linux server
username@art-web-svr-01 images]$ sudo mv /* ../../../../home/username/public_html/images/
[sudo] password for username:
mv: cannot move `/backup' to `../../../../home/username/public_html/images/backup': Device or resource busy
mv: cannot move `/boot' to `../../../../home/username/public_html/images/boot': Device or resource busy
mv: cannot move `/data' to `../../../../home/username/public_html/images/data': Device or resource busy
mv: cannot move `/dev' to `../../../../home/username/public_html/images/dev': Device or resource busy
mv: cannot move `/home' to a subdirectory of itself, `../../../../home/username/public_html/images/home'
mv: cannot move `/misc' to `../../../../home/username/public_html/images/misc': Device or resource busy
mv: cannot move `/net' to `../../../../home/username/public_html/images/net': Device or resource busy
mv: cannot move `/proc' to `../../../../home/username/public_html/images/proc': Device or resource busy
mv: cannot move `/sys' to `../../../../home/username/public_html/images/sys': Device or resource busy
[username@art-web-svr-01 images]$ cd ../
[username@art-web-svr-01 public_html]$ ls
-bash: /bin/ls: No such file or directory
--ohhhh crap!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment