Samba
Table of Contents
Implementation of the SMB server.
1. Utilities
smbpasswd-a USERset a smbpasswd for a new smb user. The smb user is also the Linux user, which is neccessary for access control.USERwithout-awould change the password for existing smb user.
2. Configuration
/etc/samba/smb.conf
[global]sectionguest account = USERset a guest user
[SHARE]- The name of the section is used to access the share.
public = yes/noonly guest = yes/no