Linux Network File System (NFS)

Kian
Tech Blog
Published in
3 min readMar 24, 2021

--

Linux NFS

NFS is an Internet Standard protocol created by Sun Microsystems in 1984. NFS was developed to allow file sharing between systems residing on a local area network. Depending on kernel configuration, the Linux NFS client may support NFS versions 2, 3, 4.0, 4.1, or 4.2.

— Server

Install nfs-utils

# yum -y install nfs-utils

--

--