Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just set up my Fedora Core 2 installation this time manuall partitioning the drive to suit my needs. For some reason when I try to read or write to the drive I get an error saying i dont have permission. This is what I have in my fsab and the main partition I am trying to write too is media.
If you really want any user to be able to write to it, you want the output to look like this:
drwxrwxrwx
read,write, execute... the First three show the owner's permissions. The second group of three shows the groups permissions.. The last set of three shows the World, or others permissions.
The utility used to change these permissions is chmod.
chmod 777 /media will allow users to read and write and navigate within the folder.
ok going to try that out after work. Thanks alot for your help. Do you know anywhere that I can find some documentation that is easy to understand on setting permissions?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.