Thread
:
I am trying to move files that i can see! but 770 says do not exist?
View Single Post
rcull
2007-03-05 , 15:52
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#
6
The first dot is fine. theproblem appears to be you have no leading / in the too path ie.
mv ./MyDocs/.documents/gnokii /var/lib/install/usr/bin/gnokii
or
mv MyDocs/.documents/gnokii /var/lib/install/usr/bin/gnokii
The shell is reporting 'No such file or directory' for your 'Too' path, the "current directory" does not have a var directory, var is under root hence /var. The shorthand './' in the 'From' path just means current directory.
Edit: paths corrected and of course you must be in root ( both SeRi@lDiE and TA-t3 are correct
Last edited by rcull; 2007-03-05 at
16:09
. Reason: This is incorrect
Quote & Reply
|
rcull
View Public Profile
Send a private message to rcull
Find all posts by rcull