Smb.conf.minimal

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Verzeichnis anlegen

  • mkdir /share

Einfach

[global]
        workgroup = WORKGROUP
        server role = standalone server
        passdb backend = tdbsam
        usershare allow guests = Yes
[share]
        comment = share dir
        path = /share
        read only = No
        store dos attributes = Yes
        inherit acls = Yes