yum install samba
vim /etc/samba/smb.conf
mkdir /share/{ upload,download} -p
ls /share -l
systemctl enable --now smb
systemctl status smb
firewall-cmd --list-all
ss -ltpn
firewall-cmd --add-service=samba
yum install samba
vim /etc/samba/smb.conf
mkdir /share/{ upload,download} -p
ls /share -l
systemctl enable --now smb
systemctl status smb
firewall-cmd --list-all
ss -ltpn
firewall-cmd --add-service=samba