Hey guys,
I am just learning Terminal and so far it has been fun but frustrating. I'm learning from online manuals and the manual within Terminal so everything is pretty verbose for someone that doesn't know the language yet. I apologize if this has been answered elsewhere, but the search gave me many results about moving files to the Trash or making a folder hidden. These are not my concerns for today. And for the reference, I know this can be done as a "drag-and-drop" operation in Finder, but as I said, I'm learning
So I am trying to move a couple of PDFs from my Documents folder to one I created within the Documents folder.
The command I have been trying is
Using that code I got "Permission denied"
So I tried
Prompted for the password, I entered it and got: "No such file or directory"
Any help would be greatly appreciated.
Using Terminal 2.0.2 on a Mac Mini using OS X 10.5.8
Thanks again guys.
I am just learning Terminal and so far it has been fun but frustrating. I'm learning from online manuals and the manual within Terminal so everything is pretty verbose for someone that doesn't know the language yet. I apologize if this has been answered elsewhere, but the search gave me many results about moving files to the Trash or making a folder hidden. These are not my concerns for today. And for the reference, I know this can be done as a "drag-and-drop" operation in Finder, but as I said, I'm learning
So I am trying to move a couple of PDFs from my Documents folder to one I created within the Documents folder.
The command I have been trying is
Code:
mv /Users/adn/Documents/"UT State TX Receipt.pdf" ~/Users/adn/Documents/Finances
So I tried
Code:
sudo mv /Users/adn/Documents/"UT State TX Receipt.pdf" ~/Users/adn/Documents/Finances
Any help would be greatly appreciated.
Using Terminal 2.0.2 on a Mac Mini using OS X 10.5.8
Thanks again guys.