Ask your own question, for FREE!
Computer Science 31 Online
OpenStudy (anonymous):

permission denied to save in file system in ubuntu(10.04) ? i have acess to su

OpenStudy (owlfred):

Hoot! You just asked your first question! Hang tight while I find people to answer it for you. You can thank people who give you good answers by clicking the 'Good Answer' button on the right!

OpenStudy (anonymous):

u can try the method jst right click the file and change the properties

OpenStudy (anonymous):

Check out the file system ur using if you are using ntfs there will be this issue.

OpenStudy (anonymous):

go to user account options(it is in the menu)--->then edit the previlages of your user account......put a tick mark on everything click OK..... if u messed up with the whole Ubuntu thing try reinstalling.

OpenStudy (anonymous):

Go to terminal and change the directory using ' cd ' to the directory where file is there and issue command like this chmod -R 777 <file name>

OpenStudy (anonymous):

or chown <user>:<user> <filename>

OpenStudy (anonymous):

Where are you trying to save the file to? The chmod 777 method is an easy fix, but can leave security holes in your system. The directory or file is probably protected for a good reason and just opening it up to everyone out there isn't always a good idea.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!