centos 7搭建samba
2021-08-17 本文已影响0人
大鹏一怒乘风起
yum install samba
rpm -qa | grep samba
vim /etc/samba/smb.conf
systemctl start smb
systemctl status smb
systemctl enable smb
useradd xxx
smbpasswd -a xxx
输入密码即可
然后在windows上访问
\IP地址
yum install samba
rpm -qa | grep samba
vim /etc/samba/smb.conf
systemctl start smb
systemctl status smb
systemctl enable smb
useradd xxx
smbpasswd -a xxx
输入密码即可
然后在windows上访问
\IP地址