Results 1 to 2 of 2
what's the umask value if i want a normal user to be able to do RW on a mounted fat partition....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-24-2003 #1Linux User
- Join Date
- Aug 2003
- Posts
- 289
umask value
what's the umask value if i want a normal user to be able to do RW on a mounted fat partition.
Registered User #345074
- 10-25-2003 #2
By default the value should be set to 0002
So that means u=rwx g=rwx o=rx
if you want to give the world rwx than set umask to 0000. For rw you'll need to set it to 0001
HTHI am on a journey to mastering Linux and I got a bloody long way to go!!!


Reply With Quote
