文档介绍: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