Interview Questions And Answers

Q: - How to retrieve a list of clients connected to the NFS server ?

To retrieve a list of clients connected to the NFS server, use the showmount command
from a shell prompt. To also show the directories the clients are connected to, use the
showmount -a command.

Submitted By:-Jack             Email-ID: - jackj1065@gmail.com

Q: - Name of Configuration file for NFS Server ?

/etc/exports

Submitted By:-Smith            Email-ID: - smithsmth8@gmail.com

Q: - What is meaning of "no_root_squash" option ?

Treat remote root user as local root. Do not map requests from root to the anony-
mous user and group ID.

Submitted By:- Smith            Email-ID: - smithsmth8@gmail.com

 

1
2