Skip to content

Instantly share code, notes, and snippets.

@koduki
Created January 5, 2015 16:47
Show Gist options
  • Save koduki/b61566fdb63a7ac42e20 to your computer and use it in GitHub Desktop.
Save koduki/b61566fdb63a7ac42e20 to your computer and use it in GitHub Desktop.
samba install with centos7
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