How do I change read/write permissions for a whole directory?
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
(under "Only root can write to mounted a DOS drive")
Basically, you need to mount the drive with whatever permissions you want to use, because fat32 doesn't have the ability to set permissions the way other OSs do.
If you want a particular user or group to be able to read/write to a vfat partition, you can add the gid=xxx or uid=xxx options to your fstab entry for that mount. This will give you as a user access to the drive. If for example there are 3 users who need access to the drive, then make up a group for the drive, and make those users members of that group.
The latest versions of both bootloaders operate about the same. The big difference is that when you change lilo's configuration you need to update by rerunning lilo. Its not necessary for grub.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.