nerdexam
Red_Hat

RH202 · Question #60

81: /data Directory is shared from the server1.example.com server. Mount the shared directory that: a. when user try to access, automatically should mount b. when user doesn't use mounted directory…

Answers: 1. vi /etc/auto.master 2. /mnt /etc/auto.misc -timeout=50 3. data -rw,soft,intr server1.example.com:/data 4. service autofs restart 5. chkconfig autofs on

File and Directory Management

Question

81: /data Directory is shared from the server1.example.com server. Mount the shared directory that: a. when user try to access, automatically should mount b. when user doesn't use mounted directory should unmount automatically after 50 seconds. c. Shared directory should mount on /mnt/data on your machine.

Explanation

Answers: 1. vi /etc/auto.master 2. /mnt /etc/auto.misc -timeout=50 3. data -rw,soft,intr server1.example.com:/data 4. service autofs restart 5. chkconfig autofs on

Topics

#autofs#NFS mount#automount timeout#/etc/auto.master

Community Discussion

No community discussion yet for this question.

Full RH202 Practice