nfs.5nfs

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 5NFS 代码 · 共 29 行

5NFS
29
字号
.\" SCCSID: @(#)nfs.5nfs	8.1	9/11/90.TH nfs 5nfs.SH Namenfs \- Network File System.SH Description.NXR "NFS file system" "format".NXS "Network File System" "NFS file".NXR "NFS file system"The Network File System (NFS)is a specific file system implemented underthe Generic File System Interface,as described in .MS gfsi 5 . .PPNFS provides support for sharing ordinary files and directories in a multivendor networking environment. The system administrator for a file server machine makes a file systemavailable for remote access by placing the name of the filesystem to be shared in an export list.  The administratorfor a client machine can import a file system from any server machinethat has granted access permission to the requesting client machine.A complete exported file system or any subtree of an exportedfile system can be imported by the client machine.  Once imported,users on the client machine can access filesin the remote file system as though they were local files.  .SH See Alsogetdirentries(2), getmnt(2), mount(2nfs), mount(2), exports(5nfs),fstab(5), gfsi(5), mount(8nfs), showmount(8nfs)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?