Results 1 to 4 of 4
Attempt to move Directory B To Direct A
Code:
mv Documents/TOS2581 Music/
Error Message:
mv: cannot stat `B': No such file or directory
=================NOTE===========================
Directory B is 100% existent, verified ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-10-2012 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 6
Moving files from one Dir to another
Attempt to move Directory B To Direct A
Error Message:Code:mv Documents/TOS2581 Music/
mv: cannot stat `B': No such file or directory
=================NOTE===========================
Directory B is 100% existent, verified it.
- 11-10-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
Are there spaces in the files?
Show the output of these commands:
Code:# print current working dir pwd # list the destination dir ls -ld Music # run the move command, using verbose, and interactive switches /bin/mv -iv Documents/TOS2581 Music/
- 11-10-2012 #3Just Joined!
- Join Date
- Nov 2012
- Posts
- 6
- 11-10-2012 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,664
Great, marking as Solved for you. FYI, you can mark your own threads as solved using the Thread Tools link at the top.




