Correct Answer: mkdir /share && exportfs -a /share -o rw,sync,user1,user2
Explanation: This creates /share and exports it via NFS with read/write access for user1 and user2, a server administration task (Domain 2.0).
Correct Answer: mkdir /share && exportfs -a /share -o rw,sync,user1,user2
Explanation: This creates /share and exports it via NFS with read/write access for user1 and user2, a server administration task (Domain 2.0).