10 2021 档案
Linux网络服务之DNS正反向解析
摘要:Linux网络服务之DNS正向解析 #yum仓库安装bind软件包 [root@localhost ~]#yum install bind bind-utils -y #关闭防火墙 [root@localhost ~]#systemctl stop firewalld.service [root@l 阅读全文
posted @ 2021-10-07 17:44 萧楚河 阅读(346) 评论(0) 推荐(0)
Linux错误:bash: finger: 未找到命令...
摘要:#意外用了一下finger命令,结果显示未找到命令 [root@localhost ~]# finger -l root bash: finger: 未找到命令... #挂载一下光驱,排除连不上光驱的可能,用grep命令过滤一下,结果啥也没有显示 [root@localhost ~]# mount 阅读全文
posted @ 2021-10-06 18:32 萧楚河 阅读(548) 评论(0) 推荐(0)