Linux - EnterpriseThis forum is for all items relating to using Linux in the Enterprise.
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.
Hai LQ
I am using RHEL5 I made a partition which formated with vfat. My question is that how to give full permission to files reside vfat partition? I give 777 to all. But it is showing 644 even I give.
Microsoft's FAT filesystem does not allow individual file permissions. I use the option umask=000 in /etc/fstab (or with the command mount /dev/fatpart /mnt/whereto -o umask=000), so anyone can access it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.