Created
January 5, 2015 16:47
-
-
Save koduki/b61566fdb63a7ac42e20 to your computer and use it in GitHub Desktop.
samba install with centos7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum -y install samba | |
sudo vi /etc/samba/smb.conf | |
sudo systemctl start smb | |
sudo systemctl start nmb | |
sudo systemctl enable smb | |
sudo systemctl enable nmb | |
sudo firewall-cmd --add-service=samba | |
sudo firewall-cmd --permanent --add-service=samba |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment