07 2019 档案

摘要:1、为主机新增两块30GB的SCSI硬盘磁盘 /dev/sdb:32.2 GB, 32212254720 字节,62914560 个扇区Units = 扇区 of 1 * 512 = 512 bytes扇区大小(逻辑/物理):512 字节 / 512 字节I/O 大小(最小/最佳):512 字节 / 阅读全文
posted @ 2019-07-31 20:40 王悦明 阅读(251) 评论(0) 推荐(0)
摘要:1、创建/guanli 目录,在/guanli下创建zonghe 和 jishu 两个目录(一条命令)[root@localhost ~]# mkdir -pv /guanli/zonghe -p /guanli/jishumkdir: 已创建目录 "/guanli/zonghe"mkdir: 已创 阅读全文
posted @ 2019-07-30 19:50 王悦明 阅读(198) 评论(0) 推荐(0)
摘要:账户管理 [root@localhost ~]# useradd kgc 添加用户课工场 [root@localhost ~]# tail /etc/passwd 查看 [root@localhost ~]# passwd kgc 设置课工场密码 [root@localhost ~]# vi ~kg 阅读全文
posted @ 2019-07-28 23:59 王悦明 阅读(170) 评论(0) 推荐(0)
摘要:chapter02 - 03 作业 1、分别用cat \tac\nl三个命令查看文件/etc/ssh/sshd_config文件中的内容,并用自己的话总计出这三个文档操作命令的不同之处?文件中的内容 [root@localhost ~]# cat -nA /etc/ssh/sshd_config 1 阅读全文
posted @ 2019-07-26 18:29 王悦明 阅读(212) 评论(0) 推荐(0)
摘要:1、请用命令查出ifconfig命令程序的绝对路径 [root@localhost ~]# which ifconfig /usr/sbin/ifconfig 2、请用命令展示以下命令哪些是内部命令,哪些是外部命令?(cd \ pwd \ ls \ ifconfig \ du) [root@loca 阅读全文
posted @ 2019-07-24 09:37 王悦明 阅读(168) 评论(0) 推荐(0)