While you attempt to NFS mount the /export/home directory from host potato onto mount point /data on host tomato, the following error appears:
# mount /data
nfs mount: potatoe: : RPC: Unknown host
The /etc/hosts file on tomato contains the following:
# Internet host table
#
127.0.0.1 localhost
10.7.8.11 tomato
10.7.8.12 potato
10.7.8.13 lettuce
The /etc/vfstab on tomato contains the following (unrelated lines are omitted):
# device device mount FS fsck mount mount
# to mount to fsck point type pass at boot options
#
potatoe:/export/home – /data nfs – yes soft,bg
What three actions can be taken to mount the file system successfully? (Choose three.)

A.
type the command:
# mount potato:/export/home
B.
create an entry in /etc/aliases:
potato potatoe
C.
comment out the entry in /etc/vfstab, and then execute # mountall
D.
change potatoe to potato in /etc/vfstab, and then execute # mount /data
E.
type the command: # mount -F nfs -o soft.bg potato:/export/home /data
F.
change potato to potatoe in the /etc/hosts file, and then execute # mount /data
I choose
0
0