1Z1-402 Enterprise Linux Fundamentals考试大纲
Enterprise Linux Fundamentals
Printer View
Exam Number:
1Z1-402
Beta Exam
Associated Certifications:
Oracle Enterprise Linux Administrator Certified Associate
Exam Price:
Beta Exam $50 US
Exam Registration
Register
Beta Exam available May 22-August 19, 2007
Duration:
3 hours
Number of Questions:
175-220
Passing Score:
TBD
Candidates will receive a beta exam score report approximately 10 weeks after the close of the Beta Exam
Passing score subject to change. View Details
Recommended Training and Preparation
Additional Information & Resources
Exam Topics
Fraudulent Activity Policy
BACK TO TOP
Recommended Training and Preparation
Oracle Enterprise Linux: Linux Fundamentals
BACK TO TOP
Additional Information & Resources
Exam Retake Policy
Exam Topics
Enterprise Linux Fundamentals 企业Linux基础
[ ]What is Linux?什么是Linux
[ ]Identify the origins of UNIX and how Linux is related to UNIX说明UNIX的来源和Linux与UNIX是怎样联系的
[ ]Describe the major goals of the Free Software Foundation and the GNU project描述自由软件基金会和GNU项目的主要目标
[ ]List key elements of a Linux distribution and name several distributions列出一个Linux发行的关键元素和命名多个发行
[ ]List several standards that apply to Linux列出应用到Linux的多个标准
[ ]Describe the basic mechanisms that make UNIX so powerful描述使UNIX如此强大的基本机制
Multi User Concepts多用户概念
[ ]Describe the differences between the administrative (root) user and normal user accounts and explain when each should be used描述管理员(root)用户和普通用户的区别和解释何时应使用它们
[ ]Log into the system登录到系统
[ ]Switch between accounts using the 'su' command用su命令在多个帐号之间切换
[ ]Use basic commands to gather information about the system使用基本的命令获取关于系统的信息
[ ]Use system help facilities to learn about commands and their options.使用系统帮助工具去学习命令和它们的选项
The Linux File System Linux文件系统
[ ]List the standard system directories and explain what type of files are contained in each列出标准系统目录和解释每个目录中包含什么类型的文件
[ ]Navigate the file system导航文件系统
[ ]Explain standard POSIX file permissions including special permissions such as the SUID, SGID and Sticky bits on both files and directories解释标准POSIX文件去可包括特定的许可,例如SUID SGID和固定位在文件和目录上
[ ]Change permissions of files 改变文件的许可
[ ]Explain how file ownership (user: group) relates to file permissions 解释文件所有者(用户:组)如何与文件许可联系
[ ]Change ownership of files 改变文件的所有者
[ ]Describe how the User Private Group (UPG) scheme works and the problem it solves描述户私有组(UPG)方案如何工作和它解决的难题
Manipulating Files维护文件
[ ]Be able to create, delete, copy, move and rename files and directories能够建立、删除、复制、移动和重命名文件和目录
[ ]Describe the various types of files that can be stored on UNIX and Linux file systems描述能被存放在UNIX和Linux文件系统的多种类型文件
[ ]Explain hard links and symbolic links, their pros & cons and when & where they can or can not be used解释硬连接和符号连接,它们的pros和cons和何时何地它们能用或不能用
[ ]Identify the type of content of any file说明任何文件的内容的类型
[ ]View the contents of both text-based and binary files查看基于文本和二进制文件的内容
[ ]Search the file system for files and directories with specific properties在文件系统查找具有特定属性的文件和目录
Text Processing 文本处理
[ ]Search inside of files for specified information在文件内部查找特定的信息
[ ]Perform file editing, sorting, cutting & merging text files from the command linee从命令行执行文件编辑、排序、剪切和合并文本文件
Shell Basics 外壳基础
[ ]Understand the varied roles the command shell plays in everyday UNIX/Linux usage理解在日常UNIX/Linux使用中命令外壳的多种角色
[ ]Pipe several commands together to perform more complex and useful processing把多个命令用管道连在一起去执行更加复杂和有用的处理
[ ]Use file redirection on the command line在命令行使用文件重定向
[ ]Create and use shell and environment variables to configure and control the operation of the system, the command shell and programs建立和使用外壳和环境变量去配置和控制系统、命令外壳和程序的操作
[ ]Use and escape special characters when they are used on the command line使用和转义特定的字符当在命令行用到它们
Regular Expressions 正则表达式
[ ]Construct regular expressions for matching text patterns为匹配文本模式构建正则表达式
Archiving and Compression 存档和压缩
[ ]Use tar & cpio to create archives and extract files from them使用tar和cpio去创建存档和从存档释放文件
[ ]Compress and decompress files using the UNIX compress, GNU gzip, bzip2 and zip formats使用UNIX compress, GNU gzip, bzip2和zip 格式压缩和解压缩文件
Text Editing 文本编辑
[ ]Use simple text editors like pico and nano使用简单文本编辑器像pico和nano
[ ]Perform basic and intermediate text editing functions efficiently with vi & Vim使用vi和Vim执行有效的基础和交互的文本编辑功能
[ ]Perform basic and intermediate text editing functions with GNU Emacs使用GNU Emacs执行基础和交互的文本编辑功能
Command Shells 命令外壳
[ ]List the history and relationships of the various popular shell implementations available on UNIX and Linux systems列出UNIX和Linux系统可用的多种流行外壳实现的历史和关系
[ ]Identify and switch between the various shell implementations说明和在多种外壳实现间切换
[ ]Customize the command prompt on Bourne and BASH shells在Bourne 和 BASH 外壳中自定义命令提示符
[ ]Use command line history, command completion, aliases and command line editing使用命令行历史、命令完成、别名和命令行编辑
[ ]Customize command shell operation system wide and for individual users自定义命令外壳操作系统宽度?和为单独的用户
Introduction to Shell Scripting 介绍外壳脚本
[ ]Process arguments passed into a shell script处理参数传入一个外壳脚本
[ ]Get input from the user of a shell script从一个外壳脚本的用户得到输入
[ ]Generate formatted output from a shell script从一个外壳脚本产生格式化的输出
[ ]Perform tasks conditionally using if, case and while loops in a shell script在一个外壳脚本执行条件任务,使用if,case和while loops
[ ]Perform repeated actions over a set of values with for loops on the command line and within shell scripts在外壳脚本中用loops执行重复操作一组值
[ ]Do math in a shell script在一个外壳脚本中做数学运算
Process Management and Job Control 进程管理和作业控制
[ ]Describe the differences between process and threads描述进程和线程的不同
[ ]Find and control running programs with ps, top, kill, and nice用ps, top, kill和nice找到和控制运行中的程序
[ ]Use the jobs, fg and bg commands to view and access several tasks at once on a single shell用jobs, fg 和 bg 命令去在一个外壳中一次性查看和访问多个任务
[ ]Use the screen command to run several programs and disconnect from running programs on remote systems使用screen命令去运行多个程序和从远程系统上运行的程序断开连接
Messaging 消息
[ ]Send local messages with the write and wall commands使用write和wall 命令发送本地消息
[ ]Use talk and ytalk to chat with other users使用talk 和ytalk 与其他用户交谈
[ ]Send and read email with the mail and pine commands用mail和pine命令发送和阅读email
The Secure Shell 安全外壳
[ ]Configure the ssh client and sshd server programs securely安全地配置ssh客户端和sshd服务器程序
[ ]Establish secure, remote connections to other systems建立到其他系统的安全远程连接
[ ]Use SSH's key-based authentication使用SSH的基于键的认证
Managing Software 管理软件
[ ]Find and download software via FTP & HTTP with text & graphical client programs like wget, lftp, links, Konqueror and Mozilla Firefox通过FTP和HTTP 用象 wget, lftp, links, Konqueror 和 Mozilla Firefox之类的文本和图形客户端程序找到和下载软件
[ ]Install binary programs in RPM packages安装在RPM包中的二进制程序
[ ]List software already installed on the system with RPM用PRM?列出已经用RPM安装在系统的软件
[ ]Compile and install software from source releases从源代码发行中编译和安装软件
[ ]Compile and install software from a source RPM (SRPM or .src.rpm) package从源代码RPM包(SRPM或.src.rpm) 中编译和安装软件
Printing打印
[ ]Use CUPS to connect to available local and network printers使用CUPS连接可用的本地和网络打印机
[ ]Use various commands to process and convert files in preparation for printing使用多种命令去处理和转换文件以准备打印
[ ]Send jobs to a printer发送作业到一台打印机
[ ]Monitor and remove print jobs监控和移除打印作业
Mounting FileSystems and Managing Removable Media挂载文件系统和管理可移动媒介
[ ]Use the mount command使用mount命令
[ ]Access NFS and SMB filesystems over the network从网络访问NFS和SMB文件系统
[ ]Use autofs for on-demand mounting of filesystems without root privileges使用autofs为没有root权限按需挂载文件系统
X Window System X窗口系统
[ ]Start the graphical environment manually手工启动图形环境
[ ]Select different desktop environments选择不同的桌面环境
[ ]Launch graphical applications运行图形化应用程序
[ ]Use Linux as an X terminal把Linux用作一个X终端
[ ]Customize the graphical environment and auto-start applications at login and X startup自定义图形化环境和在登录和X启动时自动启动应用程序
[ ]Securely tunnel remote graphical applications through SSH通过SSH安全地隧道远程图形化应用程序
|