Page 1 of 1

Re: How to I copy file in terminal?

Posted: Sat Jan 26, 2008 12:39 pm
by catweazle
Possibility 1 :

Code: Select all

sudo cp /path-with-file-to-copy/file /path-to-copy-to/
Possibility 2 :

Code: Select all

gksudo nautilus
gives you nautilus with root access