Samba Support Microsoft Access Control Lists
Samba Support Microsoft Access Control Lists
Linux Basics
Description
Base RPM for Samba Server
Base RPM for Samba Client
GUI interface for Samba configuration
Allow interoperability between Linux and Window
samba
samba-common
samba-winbind
Arvind Kalyan
Linux Basics
#iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 445 -j ACCEPT
Command smbpasswd -a can be used to add a user to the password database under /etc/samba/ for
SAMBA authentication. Set up Samba users with the smbpasswd command.
Smbpasswd
smbuser1
On Server create a /sharedata folder. This folder is created from root user so our users will not be able
to write in this folder. Change its permission 777. Configure SELinux Boolean . Now open the smb.conf
file
Arvind Kalyan
Linux Basics
This share of /sharedata will share a common location where user can download / upload / read
the files. In this end of file add following stanza and save the file
# Common location for people to share files [sharedata]
comment = common location file sharing
path = /sharedata
read only = no public = yes