Which answers describe the correct method of mounting the remote file system?

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?

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?

A.
mount -F nfs -o hard,intr systemA:/data/dbase /data

B.
mount -F nfs -o soft,intr,bg systemA:/data/dbase /data

C.
mount -F nfs -o hard,nointr,bg systemA:/data/dbase /data

D.
mount -F nfs -o soft,intr,bg,largefiles,logging,rw \ systemA:/data/dbase /data



Leave a Reply 0

Your email address will not be published. Required fields are marked *