Which three commands stop the NFS server daemons? (Choose three) A. /etc/init.d/nfs.server stop B. /etc/rc5.d/K28nfs.server stop C. /etc/rc2.d/K28nfs.server stop D. /etc/rc0.d/S15nfs.server stop E. /etc/rc3.d/S15nfs.server.stop F. /etc/rc0.d/K28nfs.server stop
RE: Which three commands stop the NFS server daemons? ...
Hi All
/etc/rc5.d/S15nfs.server or /etc/rc5.d ( directory or file does not exist by default ) hence one can make use of /etc/rc3.d/S15nfs.server stop command to stop NFS server daemons.
/etc/rc3.d/S15nfs.server start ( to start )
/etc/rc3.d/S15nfs.server stop ( to stop irrespective of the letter S in the beginning )
RE: Which three commands stop the NFS server daemons? ...
Six files use the same inode number they are: /etc/init.d/nfs.server /etc/rc0.d/K28nfs.server /etc/rc1.d/K28nfs.server /etc/rc2.d/K28nfs.server /etc/rc3.d/S15nfs.server /etc/rcS.d/K28nfs.server
So the correct answer should be A C and F. E is very close to the answer if E is /etc/rc3.d/S15nfs.server stop then E is correct answer too.