My home folder is missing after I run this command
sudo mv -t /usr/local/src ~/
How can I recover this?
|
|
|
Basically you moved your home dir to /usr/local/src .. just need to move it back:
Unless it actually moved to root user home dir and you want:
|
|||||||||
|