my server (Ubuntu) doesn't went right and I think it's because I entered that command:
mv directory/* /*
|
|
|
Yeah, that could really mess things up, if you did it as root. If you think about how the shell would've expanded that, you probably moved everything from Do an One way to try to fix it is to figure out which files and directories got erroneously moved, find there they are, and move them back into
Note that you'll need to issue that |
||||
|
|
|
The real question, of course, is how to fix it. :) Boot into your Ubuntu LiveCD, mount the filesystem, and move the other contents of your root directory out of |
|||||||
|
Not a chance .. You will have to move the root directories back to the root. Look, this is what happened:
Look at the last two lines there. That means e.g. '/bin' will have been moved to '/var/bin' on your machine. |
|||