You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/file_sharing/nfsserver.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ contributors: Steven Spencer
14
14
15
15
## Generalities
16
16
17
-
NFS is a client/server protocol: the server provides resources for all or part of the network (clients).
17
+
NFS is a client/server protocol: the server provides file system resources for all or part of the network (clients).
18
18
19
-
The dialogue between clients and server takes place via **R**emote **P**rocedure **C**all (**RPC**) services.
19
+
The communication between clients and server takes place via **R**emote **P**rocedure **C**all (**RPC**) services.
20
20
21
21
Remote files are mounted in a directory and appear as a local file system. Client users seamlessly access files shared by the server, browsing directories as if they were local.
0 commit comments