exam questions

Exam EX300 All Questions

View all questions & answers for the EX300 exam

Exam EX300 topic 2 question 9 discussion

Actual exam question from RedHat's EX300
Question #: 9
Topic #: 2
[All EX300 Questions]

Mount a NFS Share -
Mount a NFS share to system1.domain11.example.com on the system2, as required:
1. Mount the /public to the directory /mnt/nfsmount
2. Mount the /protected to the directory /mnt/nfssecure, in a security way, key download URL: http://host.domain11.example.com/materials/nfs_client.keytab
3. User deepak can creat files on /mnt/nfssecure/project
4. These file systemes automatically hang up when the system is started

Show Suggested Answer Hide Answer
Suggested Answer: See Explanation
system2:
showmount e system1
mkdir -p /mnt/nfsmount
vim /etc/fstab
system1:/public
/mnt/nfsmount nfs defaults 0 0
mount a
df h
mkdir /mnt/nfssecure
wget -O /etc/krb5.keytab
http://host.domain11.example.com/materials/nfs_client.keytab
vim /etc/fstab
system1:/protected /mnt/nfssecure nfs defaults,sec=krb5p,v4.2 0 0
:wq
mount -a

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
geekyjm
6 months ago
question 10 & 11 are reversed. Question 11 should come before 10. You have to create the NFS share on system1 before you can mount it on to system2.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago