2021年11月9日
摘要: 一键安装脚本 比较方便 用户名 密码 跟目录的话 自行修改脚本前几行的变量 #!/bin/bash user="code" pass="123456" dir="/root/web" yum install -y samba samba-client mkdir -p $dir chmod 777 阅读全文
posted @ 2021-11-09 09:23 弘道者 阅读(364) 评论(0) 推荐(1)