Cannot move folder to a subdirectoy of itself - What's going on?
- by calumbrodie
O.K I am trying to do the following very simple command and it is failing as follows...
mv '/home/admin/Downloads/folder1' '/home/admin/MyLibrary/MyVideos/TV/folder1/'
mv: cannot move `/home/admin/Downloads/folder1' to a subdirectory of itself, `/home/admin/MyLibrary/MyVideos/TV/folder1/'
The destination is NOT a subfolder of the source - why is it giving me this error??
Linux version is a custom version of Red Hat on a NAS box. Thanks