Whenever I try to copy a folder into another folder, I get this error: Error while moving “apc”. Permission denied.
I tried using "gksudo nautilus", but my desktop does not display any of the available folders. Can you please help me out with this?
Whenever I try to copy a folder into another folder, I get this error: Error while moving “apc”. Permission denied.
I tried using "gksudo nautilus", but my desktop does not display any of the available folders. Can you please help me out with this?
sudo cp -r [nameOfFolder] [nameOfDirectory]
– vita-min Dec 27 '16 at 23:11gksudo nautilus
, it uses root's home DIR, which is different from your home DIR. – You'reAGitForNotUsingGit Dec 27 '16 at 23:15ls -ld /PATH/TO/DIRECTORY
twice, once with the source directory you want to copy and once with the target directory inside which the copy should be stored. Then [edit] your question and paste the output there in plain text (ideally code-formatted). Thanks. – Byte Commander Dec 28 '16 at 00:02