From the course: Red Hat Enterprise Linux 8 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Samba share configuration definitions

Samba share configuration definitions

From the course: Red Hat Enterprise Linux 8 Essential Training

Start my 1-month free trial

Samba share configuration definitions

- [Instructor] Samba has many configuration options specific to sharers. We'll go over some of the more common ones now. Comment is a string of text that is displayed when a client gets information about the share. Browsable controls whether a share is visible to clients browsing the network. Writable means just that, it determines that the share is writable. Valid users is a list of users or groups that are allowed to access the share. Write list is a list of users or groups that allowed to write to the share. Path is used to define the absolute path to the file system location. Public allows users to access the share without entering a password. Guest only controls if only guests can access the share. Force group defines which group all newly created files are owned by. Create mask defines the default permissions of newly created files. To learn more about any of these directives, check the main page for smb.conf.

Contents