24 lines
328 B
Plaintext
24 lines
328 B
Plaintext
|
|
[config]
|
|
comment = config share
|
|
path = /home/$USER/WHIT
|
|
browerable = no
|
|
writeable = yes
|
|
read only = no
|
|
creat mask = 0777
|
|
directory mask = 0777
|
|
public = no
|
|
guest ok = no
|
|
|
|
[www]
|
|
comment = tv
|
|
path = /var/www/html
|
|
browerable = yes
|
|
writeable = yes
|
|
read only = no
|
|
creat mask = 0777
|
|
directory mask = 0777
|
|
public = yes
|
|
guest ok = yes
|
|
|