I tried to boot with Ubuntu LiveUSB and copy my important data to some external media.But permission denied shows,so how to change the permission?
Asked
Active
Viewed 1,556 times
2 Answers
0
You can change File/Fodder permissions by Opening up a terminal by pressing Ctrl+Alt+T and typing in
This command will change all sub directory’s and files to read and right to every one.
sudo chmod ugo+wrx /media/external -Rf
Or you can run sudo nautilus in Terminal this will run nautilus with full rights so you won't have any permission errors when copying files and fodders to an external media.
Neil
- 4,585