linux下访问window的共享文件,在命令行实现方法
2020-12-13 02:26
                         标签:c   style   a   ext   strong   文件    1.挂载共享目录 mount -t cifs //192.168.0.1/aa  /tmp/export -o 
username=text,password=test //192.168.0.1/aa   为:windows的共享目录 /tmp/export   为:挂在点 username=test   test为windows的账户 passowrd=test   test为windows的对应帐号密码   2.取消挂载   第一种:umount //192.168.0.1/aa   第二种:umount /tmp/export 两种方法均可取消挂载!     linux下访问window的共享文件,在命令行实现方法,搜素材,soscw.com linux下访问window的共享文件,在命令行实现方法 标签:c   style   a   ext   strong   文件    原文地址:http://www.cnblogs.com/weijie0717/p/3767562.html
文章标题:linux下访问window的共享文件,在命令行实现方法
文章链接:http://soscw.com/essay/25609.html