1 / 15
文档名称:

- Red Hat Linux Certification (RHCE) Exam RH-302 [%1.4].pdf

格式:pdf   页数:15
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

- Red Hat Linux Certification (RHCE) Exam RH-302 [%1.4].pdf

上传人:bolee65 2014/8/4 文件大小:0 KB

下载得到文件列表

- Red Hat Linux Certification (RHCE) Exam RH-302 [%1.4].pdf

文档介绍

文档介绍:Exam: RH-302

Title : Red Hat Linux Certification

Ver :
RH-302

QUESTION .1 What is the Directory Index Apache configuration directive used for?
A. Printing indexes of directories when they do not have an file
B. The default page to show when the user requests an index of a directory
C. Directories to ignore
D. Directories that have access restrictions
Answer: B

QUESTION 2 Samba is used for:
A. Sharing resources from a Linux machine to a Windows machine
B. Accessing resources from a Windows machine, for example mounting an SMB share on a Linux machine
C. Perform password administration.
D. Configure NFS shares.
Answer: A, B

QUESTION .3 Which of the following is a journaling file system?
A. ext2
B. vfat
C. minix
D. ext3
Answer: D

QUESTION .4 What option to dhcpd is used to specify a certain location for its configuration file?
A. -cf
B. -c
C. -d
D. -f
Answer: A

QUESTION .5 What DHCP server option is used to specify the DNS server to clients?
A. domain-name-servers
B. dns
C. domain-name
D. routers
Answer: A

QUESTION .6 In order to open up an SSH shell on a remote machine called 'tiger' using the login name of
'admin', what would be the mand line for this?
A. open ssh -l admin tiger
B. ssh -l admin tiger
C. ssh ******@tiger
D. sshd tiger admin
Answer: B, C

QUESTION .7 In order to allow the directory /share to be mounted by the host 'tiger' with read and write
access, what must the export line look like?
- The Power of Knowing
RH-302
A. /share tiger(rw)
B. tiger(rw) /share
C. /share tiger
D. /share tiger (rw)
Answer: A

QUESTION .8 Which of the mands would transfer a local file called to a remote
machine called 'tiger' via SCP , logging in as 'admin', and storing the file in /tmp?
A. scp ******@tiger:/tmp
B. scp ******@admin:/tmp
C. scp admin tiger /tmp
D. ssh admi