# apt-get install samba samba-common
# cat /etc/samba/smb.conf
[share]
comment = work
path = /home/work
browseable = yes
writable = yes
admin users = work
valid users = work
public = no

 添加用户

# useradd -m work
# smbpasswd -a work
New SMB password:
Retype new SMB password:

 登入:\\192.x.x.x

 



相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-11-12
  • 2021-12-01
  • 2021-10-13
  • 2021-06-12
  • 2021-12-11
猜你喜欢
  • 2021-09-11
  • 2021-08-19
  • 2021-10-17
  • 2021-08-06
  • 2022-12-23
  • 2021-06-11
  • 2022-01-11
相关资源
相似解决方案