InterviewSolution
Saved Bookmarks
| 1. |
How To Mount The Nfs Shared File System In Client? |
|
Answer» To MOUNT NFS SHARE on the CLIENT USE below command : # mount -t nfs IP_of_NFS_Server:/NFS_Share_Name /mount_point E.g. To Mount NFS share on the Client use below command : # mount -t nfs IP_of_NFS_Server:/NFS_Share_Name /mount_point E.g. |
|