Difference between revisions of "Basic samba share configuration"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Configuring_Samba_service_in_Ubuntu|Configuring Samba service in Ubuntu</yambe:breadcrumb> =Basic samba share configuration= Basic options that can be used t...") |
(No difference)
|
Revision as of 04:33, 21 November 2013
<yambe:breadcrumb>Configuring_Samba_service_in_Ubuntu|Configuring Samba service in Ubuntu</yambe:breadcrumb>
Basic options that can be used to configure various samba shares are explained in this section
To automatically share all home folders using samba one can use:
[homes] read only = no
Allow guest access
To alllow guest access (Username guest with no password) to a particular share use:
guest ok = yes|no
Note default value for guest ok is no. Note that if 'valid users' is specified then this option has no effect even if it is set to yes.