1

I'm tired of having to start the gksudo nautilus file browser every time I want to copy a file, but don't have the correct privileges for it. How can I grant my account the permanent privileges to copy and delete files in locations like these?

TheLeonKing
  • 129
  • 2

1 Answers1

3

Run this command:

sudo cp /path-from /path-to/
muru
  • 197,895
  • 55
  • 485
  • 740