Which statement about an NFS server is true?A It uses the dfstab file to store client information about files. B It uses the vfstab file to store client information about files. C It stores a record of clients using NFS to restore disconnected files. * D It stores a record of each file in use by the clients at the time a disconnection occurs.
Which command displays the description of the file resources being shared?A share * B share -F C share -o D share -d
dfshares
Which command can you use to write an entry in the dfstab file and enable resource sharing for /usr/share/man?A share -F nfs /usr/share/man * B share -o nfs /usr/share/man C shareall -o nfs /usr/share/man D shareall -F nfs /usr/share/man
Which command enables read-only resource sharing for the /export/pay directory?A share -o nfs /export/pay ro B shareall -o nfs /export/pay ro C share -F nfs -o ro /export/pay * D shareall -F nfs -o ro /export/pay
Given this partial command:share -F nfs -o ______ /export/acctgWhat should you insert in the blank to allow the root user on clientg to have superuser access to /export/acctg?A rt=clientg B clientg=rw C root=clientg * D clientg=root
Which mount options should be added to a client’s /etc/vfstab file too allow read-write access, and to allow the system to boot if the server does not respond?A ro,bg B rw,fg C bg,soft D fg,hard E rw,soft * F ro,hard
Host available on the /export mount point at boot time?A grp1; /exort/pay - /export nfs yes soft B mount grp1; /export/pay /export nfs no soft C grp1: /export/pay - /export nfs - yes soft, bg * D mount grp1:/export/pay - /export nfs no soft, bg
Given this /etc/vfstab entry: strt1:/export/data - /export nfs - yes soft, bg, intrWhich statement is true?A The resource mounts as read-only. B The mount continues to retry until the server responds. C Keyboard interrupts to kill a hung process are allowed. * D Any mount attempt failures will retry in the foreground.
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top