https://tldp.org/FAQ/Linux-FAQ/partitions.html has this example.

 $ mkdir /dos $
mount -t msdos -o conv=text,umask=022,uid=100,gid=100 /dev/hda3 /dos

Therefore a new file receives permissions 755.  Correct?

But a FAT file has only all-user read-only permissions.  Either 777 or 555.  
Correct?

Explanation?

Thanks,                                 ... P.




mobile: +1 778 951 5147
VoIP: +1 604 670 0140
https://en.wikibooks.org/wiki/User:PeterEasthope

Reply via email to