第15章 文件系统管理
1.mount命令用于挂载Linux系统外的文件 [root@dsrw ~]# mount -t iso9660 /dev/sr0 /mnt/cdrom mount: /mnt/cdrom: WARNING: device write-protected, mounted read-only. [root@dsrw ~]# df 文...
第14章 复杂流分类
图14-1复杂流分类配置网络拓扑 1.R1定义ACL [R1]acl 3000 [R1-acl-adv-3000]rule permit tcp source 3.3.3.3 0 destination 2.2.2.2 0 destination-port eq 23 2.R1配置流分类 [R1]traffic clas...
4.4 防火墙二三层部署综合
1.防火墙三层部署(防火墙使用USG6000V-enspv1.2版本) 1)R1配置 interface GigabitEthernet4/0/0 ip address 12.1.1.1 255.255.255.0 interface GigabitEthernet0/0/1 ip address 192.168.1.2...
第18章 内核与模块
1.sysctl指令 用来修改正在运行的内核参数,可以修改的参数都保存在/proc/sys/目录中,修改会立即生效。 1)显示所有的内核参数名字和值 [root@dsrw ~]# sysctl -a abi.vsyscall32 = 1 crypto.f...
第16章 进程与作业管理
1. kill 命令用于删除执行中的程序或工作 [root@dsrw ~]# ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.4 245044 8460 ? Ss 08:01 0:05 /usr/lib/syste r...
4.18 修改OSPF网络类型为点到多点
1.R1、R2、R3修改接口的OSPF类型 [R1]interface Serial 0/0/0 [R1-Serial0/0/0]ospf network-type p2mp [R2]interface Serial 0/0/0 [R2-Serial0/0/0]ospf network-type p2mp [R3]interface Ser...









