Difference between revisions of "Redhat:Samba config Global filesystems"
Jump to navigation
Jump to search
(Created page with "== Samba File systems == <syntaxhighlight> map archive = no map hidden = no map read only = no map system = no store dos attributes = yes </syntaxhighlight> * map archive - maps the DOS file arc...") |
(No difference)
|
Latest revision as of 16:39, 31 August 2013
Samba File systems
map archive = no
map hidden = no
map read only = no
map system = no
store dos attributes = yes- map archive - maps the DOS file archive attribute to linux executable bit
- map hidden - maps DOS hidden files to linux executable bit
- map read only - used for read only fiels such as mounted DVDs
- map system - support use of linux executable bit
- store dos attributes - attempts to store ACLs of DOS files