Working with Network File System (NFS) on RHEL 8
Reading Time: 4 minutesUnifying file access across multiple systems is a core skill for any sysadmin. This article will provide an overview of how to work with NFS, providing some practical examples. NFS is a client/server protocol: The NFS server is responsible for providing shares, and the NFS client mounts these shares using the network. Prepare the NFS…
