InterviewSolution
| 1. |
What Is Nfs ? |
|
Answer» NFS stands for Network File System. NFS was ORIGINALLY developed by Sun Microsystems in the 1980’s. NFS allows remote hosts to mount file systems over a network and interact with those file systems as though they are mounted locally. This enables system administrators to CONSOLIDATE resources onto CENTRALIZED SERVERS on the network. NFS stands for Network File System. NFS was originally developed by Sun Microsystems in the 1980’s. NFS allows remote hosts to mount file systems over a network and interact with those file systems as though they are mounted locally. This enables system administrators to consolidate resources onto centralized servers on the network. |
|