摘要: 实验环境网关 classroom 172.25.8.254workstation 172.25.8.9 server a-j eth0 172.25.8.10- 外网eth1 192.168.0.x 内网eth2 192.168.1.x 备用----------... 阅读全文
posted @ 2016-09-25 20:41 希曼博客 阅读(358) 评论(0) 推荐(0)
摘要: 实验环境网关 classroom 172.25.8.254workstation 172.25.8.9 server a-j eth0 172.25.8.10- 外网eth1 192.168.0.x 内网eth2 192.168.1.x 备用----------... 阅读全文
posted @ 2016-09-25 20:40 希曼博客 阅读(140) 评论(0) 推荐(0)
摘要: 实验环境网关 classroom 172.25.8.254workstation 172.25.8.9 server a-j eth0 172.25.8.10- 外网eth1 192.168.0.x 内网eth2 192.168.1.x 备用--------------------------... 阅读全文
posted @ 2016-09-25 20:38 希曼博客 阅读(319) 评论(0) 推荐(0)
摘要: 实验环境网关 classroom 172.25.8.254workstation 172.25.8.9server a-j eth0 172.25.8.10-外网eth1 192.168.0.x内网eth2 192.168.1.x备用---------------... 阅读全文
posted @ 2016-09-10 14:00 希曼博客 阅读(317) 评论(0) 推荐(0)
摘要: 实验环境网关 classroom 172.25.8.254workstation 172.25.8.9server a-j eth0 172.25.8.10-外网eth1 192.168.8.x内网eth2 192.168.8.x备用---------------... 阅读全文
posted @ 2016-09-10 13:58 希曼博客 阅读(228) 评论(0) 推荐(0)
摘要: 权限:用户类型:拥有者U 所属组G 其他人O权限类型:R W X “-”表示没有权限ll查看文件-rw-r--r-- 1 student student 1242--4 u用户对文件的权限5--7 g所属组对文件的权限8--10 o其他人对文件的权限第一列“-”代表普通文件d 目录文件c 字符设备文... 阅读全文
posted @ 2016-09-07 22:24 希曼博客 阅读(152) 评论(0) 推荐(0)
摘要: umask ~/.bashrc设置别名: /home/student/.bashrc配置yum : /etc/yum.repos.d/server.repo #cp server.repo public.repo日志:rsyslog /etc/rsyslog.con... 阅读全文
posted @ 2016-09-07 22:23 希曼博客 阅读(242) 评论(0) 推荐(0)
摘要: 实验环境网关 classroom 172.25.8.254workstation 172.25.8.9server a~j eth0 172.25.8.10-外网 eth1 192.168.8.x内网 eth2 192.168.8.x备用 ... 阅读全文
posted @ 2016-09-07 22:17 希曼博客 阅读(537) 评论(0) 推荐(0)
摘要: 机器号:08SHELL笔试题一:纠错题:请找出以下代码有错误的地方并更正。(3*20)1.两个数字相加#!/bin.bashread -p “input number1” : num1read -p “input number2” : num2echo $(num1+num2)更正:#!/bin.b... 阅读全文
posted @ 2016-09-07 22:15 希曼博客 阅读(304) 评论(0) 推荐(0)
摘要: 机器号:081.流程控制语句应用测试:判断/tmp/test1至/tmp/test50和/etc/passwd /etc/hosts文件存在不存在,若不存在则将该文件创建出来。2.按照运行结果编写Shell程序:要求:1)程序名为num1.sh 2)要求显示结果如下: 第一行0,第二行01... 阅读全文
posted @ 2016-09-07 22:15 希曼博客 阅读(187) 评论(0) 推荐(0)