Created
March 27, 2013 21:16
-
-
Save drmmr763/5258076 to your computer and use it in GitHub Desktop.
break a linux server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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