06 2020 档案
摘要:问题? 执行 shell 错误 错误 syntax error near unexpected token `}' 查看字符编码格式 # cat -v test.sh 空格部分 显示的都是 一些 ... M-BM- M-BM- M-BM- M-BM- M-BM- M-BM- ... 更改替换为十六进
阅读全文
摘要:umount 强制卸载 umonut 强制卸载 nfs编辑/etc/mtab 将无效的 mount point 删除 停止 nfs 服务后,再使用 umount -f /mnt/hq mount 将 /dev/hda1 挂在 /mnt 之下。 #mount /dev/hda1 /mnt 将 /dev
阅读全文
摘要:本地镜像源示例 创建镜像源目录mkdir /mn/iso mount -o loop /opt/soft/CentOS-7.6-x86_64-DVD-1810.iso /mnt/iso/添加开机启动/etc/rc.local 创建 repo 配置文件示例: yum 配置文件 [root@localh
阅读全文