安装:

推荐使用新立德包管理器安装

SAMBA配置文件:

/etc/samba/smb.conf 

Samba服务器的启动与关闭:

sudo /etc/init.d/smbd start

ubuntu访问 samba:

smbclient //192.168.0.133/work -U root%root

? 列举所有命令

mount:

 apt-get install smbfs

 sudo mount -t smbfs //192.168.0.133/work  /mnt      # 可选选项  -u 

Windows下访问:

\\192.168.0.133   用户可用root 密码 自己 root的密码

 

相关文章:

  • 2022-03-10
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2021-09-03
猜你喜欢
  • 2021-12-19
  • 2022-02-26
  • 2021-07-09
  • 2021-08-30
  • 2021-06-07
  • 2022-01-25
  • 2021-08-31
相关资源
相似解决方案