lixiangfu

1,Linux挂载window服务器

  [root@localhost /]# mount -t cifs -o username=xm,password=1234,uid=xm,gid=xm //XM-PC/share /home/xm/project

2,取消挂载

  卸载:umount  /mnt/share

分类:

技术点:

相关文章:

  • 2021-11-15
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-07-22
  • 2021-05-17
  • 2021-12-13
  • 2021-09-27
猜你喜欢
  • 2021-10-01
  • 2021-11-05
  • 2021-12-02
  • 2021-11-15
  • 2021-12-09
  • 2021-10-16
  • 2021-11-15
相关资源
相似解决方案