RHCE 考纲

Study Points for the RHCE Exam
Prerequisite skills for RHCT and RHCE

Candidates should possess the following skills, as they may be necessary in order to fulfill requirements of the RHCT and RHCE exams:
use standard command line tools (e.g., ls, cp, mv, rm, tail, cat, etc.) to create, remove, view, and investigate files and directories
use grep, sed, and awk to process text streams and files
use a terminal-based text editor, such as vim or nano, to modify text files
use input/output redirection
understand basic principles of TCP/IP networking, including IP addresses, netmasks, and gateways for IPv4 and IPv6
use su to switch user accounts
use passwd to set passwords
use tar, gzip, and bzip2
configure an email client on Red Hat Enterprise Linux
use text and/or graphical browser to access HTTP/HTTPS URLs
use lftp to access FTP URLs

RHCT skills
Troubleshooting and System Maintenance

RHCTs should be able to:
boot systems into different run levels for troubleshooting and system maintenance
diagnose and correct misconfigured networking
diagnose and correct hostname resolution problems
configure the X Window System and a desktop environment
add new partitions, filesystems, and swap to existing systems
use standard command-line tools to analyze problems and configure system
Installation and Configuration

RHCTs must be able to:
perform network OS installation
implement a custom partitioning scheme
configure printing
configure the scheduling of tasks using cron and at
attach system to a network directory service, such as NIS or LDAP
configure autofs
add and manage users, groups, quotas, and File Access Control Lists
configure filesystem permissions for collaboration
install and update packages using rpm
properly update the kernel package
configure the system to update/install packages from remote repositories using yum or pup
modify the system bootloader
implement software RAID at install-time and run-time
use /proc/sys and sysctl to modify and set kernel run-time parameters
use scripting to automate system maintenance tasks
configure NTP for time synchronization with a higher-stratum server

RHCE skills
Troubleshooting and System Maintenance

RHCEs must demonstrate the RHCT skills listed above, and should be able to:
use the rescue environment provided by first installation CD
diagnose and correct boot failures arising from bootloader, module, and filesystem errors
diagnose and correct problems with network services (see Installation and Configuration below for a list of these services)
add, remove, and resize logical volumes
diagnose and correct networking services problems where SELinux contexts are interfering with proper operation.
Installation and Configuration

RHCEs must demonstrate the RHCT-level skills listed above, and they must be capable of configuring the following network services:
HTTP/HTTPS
SMB
NFS
FTP
Web proxy
SMTP
IMAP, IMAPS, and POP3
SSH
DNS (caching name server, slave name server)
NTP

For each of these services, RHCEs must be able to:
install the packages needed to provide the service
configure SELinux to support the service
configure the service to start when the system is booted
configure the service for basic operation
Configure host-based and user-based security for the service

RHCEs must also be able to:
configure hands-free installation using Kickstart
implement logical volumes at install-time
use iptables to implement packet filtering and/or NAT
use PAM to implement user-level restrictions

 

基础知识:

使用标准命令行工具 (如: ls, cp, mv, rm, tail, cat, etc.)创建、删除查看和统计文件或文件夹。
使用 grep, sed, 和 awk 处理文本流或文件
使用控制台的文本编辑器,如vim 或 nano
使用输入、输出重定向
理解基本的TCP/IP网络知识,包括IP地址,掩码,网关和IPv4/IPv6
使用 su切换用户 
使用 passwd设置用户密码
使用 tar, gzip, and bzip2 等打包工具
配置email客户端
使用文本和图形浏览器访问HTTP/HTTPS站点
使用 lftp访问 FTP 站点
RHCT技能
故障解决和系统维护
启动系统到不同的运行级别进行相应操作
诊断和纠正网络配置信息
诊断和纠正主机名解析问题
配置 X Window 和桌面环境
增加新分区,文件系统和交换分区到现有系统
使用标准命令行工具分析问题和配置系统
安装和配置
从网络安装操作系统
实施自定义分区方案
配置打印机 
使用cron和at配置定时任务 
连接系统到网络目录服务,如 NIS 或 LDAP
配置 autofs
添加和管理用户、组、配额和文件访问控制
配置文件系统权限,实现协作
使用 rpm安装和更新软件包
正确更新内核软件包
配置系统,以使用yum和pup从远程仓库更新和安装软件包
修改系统引导器
在安装时和运行时布署软件RAID
使用/proc/sys 和sysctl 修改和设置内核运行时参数
使用脚本自动化系统维护任务

RHCE 技能
故障解决和系统维护
RHCE除了要具有上面RHCT的技能,还要能够:

使用第一张安装盘提供的rescue 环境
诊断和纠正启动时的错误,包括引导器,模块和文件系统错误
诊断和纠正网络服务错误(见下面服务列表)
添加、删除和缩放逻辑分区
当使用SELinux环境时,诊断和纠正网络服务错误
安装和配置
RHCE 要具有上面RHCT的技能,并且能够配置下面的服务:

HTTP/HTTPS
SMB
NFS
FTP
Web proxy
SMTP
IMAP, IMAPS, and POP3
SSH
DNS (caching name server, slave name server)
NTP
针对每种服务,RHCEs 应该能够:

安装服务所需的软件包
配置SELinux 来支持服务
配置服务,使之在系统引导时启动
配置服务完成基本操作
配置服务的基于主机和基于用户的安全性
RHCE还要能够:

使用Kickstatr进行无值守安装
在安装时实现逻辑卷
使用iptables配置包过滤和NAT
使用PAM配置用户级限制

 

 

 1.  Basic hardware knowledge
          * Intel and Intel clone architectures
          * IRQs and IRQ settings for standard serial ports
          * Disk subsystems (IDE, EIDE, SCSI)
          * Disk partitioning
   2. Basic UNIX/Linux knowledge
          * Basic text editor usage
               1. Opening, closing, writing, and abandoning files
               2. Basic text editing
   3. UNIX Filesystem Hierarchy and Structure
          * UNIX/Linux filesystems
          * SCSI, floppy, CD-ROM, and IDE devices
          * Referencing /dev devices
          * ISA and PCI hardware issues
          * Filesystem formatting and checking, fdisk, mkfs, fsck
          * Span multiple partitions with root filesystem
          * Mount misc partitions with mount
   4. Basic file operations and manipulation
          * Basics: cp, mv, ls, more, less, cd, pwd, tar, find, etc.
          * Filters: cat, grep, egrep, wc, cat, tail, head, sort, etc.
          * File Name wildcards: *, ?, [ ], etc.
   5. Printing
          * lpq, lprm, lpr
          * adding local and remote printers
   6. UNIX/Linux Shell
          * Basic Shell Programming
          * Piping, I/O and error redirection
          * Script execution and permissions
          * Variables and parameters
          * The inherited environment
   7. Basic security
          * Shadow passwords
          * File permissions
          * Understanding users, groups and umask
          * Suid
   8. UNIX System Administration
          * /etc/skel/... and home directories
          * Daemons
          * Cron
          * Superuser
          * Syslogd and logging
          * Backup and Restore Tasks
          * Control of Network Services and Daemons
          * System crontab
          * Using and managing the system log files
          * Basic system backup and restore operations
   9. Basic TCP/IP Networking
          * IP numbers and classes
          * The network address, broadcast address and subnet mask
          * Tools and commands
               1. ping
               2. ifconfig
               3. netstat
          * Name resolution configuration
               1. /etc/hosts
               2. /etc/resolv.conf
               3. /etc/host.conf
               4. /etc/nsswitch.conf
  10. Familiarity with Standard Networking Services
          * NFS and remote filesystems
          * Sendmail
          * POP, IMAP
          * FTP
          * DNS
          * DHCP
          * SMB
          * httpd
          * YP, Nis
          * Inetd
  11. Basic Network Security

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值