i want to move a file to another directory i run the command like this i am forget add slash in the start of folder name, its should be /home now the file is missing, cant find it anywhere the file size is 450mb, i try run this command but still cant find it anyone have explanation where is the file currently?
look to the folder where was located username.tar.gz. Now this archive should be there but with "home" name
Just to add to this. mv home /home/username.tar.gz Code (markup): This will rename the file back to the previous file name and move it into the appropriate "home" directory. Hope this helps.