摘要: #!/bin/bash # 定义配置文件路径 AUTOMOUNT_CONFIG="/etc/auto.nfsc" MOUNTS_FILE="/proc/mounts" # 检查autofs服务配置文件 if [ -f "$AUTOMOUNT_CONFIG" ]; then echo "Autofs配 阅读全文
posted @ 2024-06-18 13:14 18cm的烦恼 阅读(10) 评论(0) 推荐(0) 编辑