InterviewSolution
Saved Bookmarks
| 1. |
How To Retrieve A List Of Clients Connected To The Nfs Server ? |
|
Answer» 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. 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. |
|