ubuntu挂载主机文件夹脚本

#!/bin/bash

mount -t cifs -o username='xxxxx',password='xxxxxxxx',vers=2.1  //192.168.1.1/public  /mnt

发布了21 篇原创文章 · 获赞 110 · 访问量 63万+

猜你喜欢

转载自blog.csdn.net/xipiaoyouzi/article/details/84306246