Upload files to "install"
This commit is contained in:
23
install/samba.conf
Normal file
23
install/samba.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user