Skip to content

Commit 88c2e64

Browse files
authored
Update nfsserver.md
1 parent 9d18d56 commit 88c2e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/file_sharing/nfsserver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ contributors: Steven Spencer
1414

1515
## Generalities
1616

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).
1818

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.
2020

2121
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.
2222

0 commit comments

Comments
 (0)