07 2019 档案

摘要:1、创建/guanli 目录,在/guanli下创建zonghe 和 jishu 两个目录(一条命令) [root@localhost ~]# mkdir -p /guanli/zonghe |mkdir /guanli/jishu 2、添加组帐号zonghe、caiwu、jishu,GID号分别设 阅读全文
posted @ 2019-07-31 10:14 cydinsist 阅读(242) 评论(0) 推荐(0)
摘要:1、分别用cat \tac\nl三个命令查看文件/etc/ssh/sshd_config文件中的内容,并用自己的话总计出这三个文档操作命令的不同之处? [root@localhost ~]# cat /etc/ssh/sshd_config [root@localhost ~]# tac /etc/ 阅读全文
posted @ 2019-07-26 15:29 cydinsist 阅读(340) 评论(0) 推荐(0)
摘要:1、请用命令查出ifconfig命令程序的绝对路径 [root@localhost ~]# which ifconfig /usr/sbin/ifconfig 2、请用命令展示以下命令哪些是内部命令,哪些是外部命令?(cd \ pwd \ ls \ ifconfig \ du) [root@loca 阅读全文
posted @ 2019-07-24 09:24 cydinsist 阅读(224) 评论(0) 推荐(0)