On ubuntu, I have the following directory structure:
/var/www/html
I am in www
and I decided to move a file from this directory to html
. I executed the following:
mv myfile.iso /html
Now I cannot see the file. Apparently I did not use the command properly. Any help to recover the file?