SUN
310-202 · Question #283
System A has a file system that is being shared as follows: -/data/dbase rw "" System B mounts that file system so that users on systemB can use /data as a working directory for adding, changing…
The correct answer is C. mount -F nfs -o hard,nointr,bg systemA:/data/dbase /data. See the full explanation below for the reasoning.
Question
System A has a file system that is being shared as follows:
-/data/dbase rw "" System B mounts that file system so that users on systemB can use /data as a working directory for adding, changing, and removing files in the /data/dbase file system located on systemA. Which answers describe the correct method of mounting the remote file system?
Options
- Amount -F nfs -o hard,intr systemA:/data/dbase /data
- Bmount -F nfs -o soft,intr,bg systemA:/data/dbase /data
- Cmount -F nfs -o hard,nointr,bg systemA:/data/dbase /data
- Dmount -F nfs -o soft,intr,bg,largefiles,logging,rw \ systemA:/data/dbase /data
How the community answered
(34 responses)- A15% (5)
- B3% (1)
- C74% (25)
- D9% (3)
Community Discussion
No community discussion yet for this question.