#author("2025-04-15T01:43:13+00:00","default:iseki","iseki") * Network File System [#a0038be9] *** Rocky Linux 8 [#c36bc708] **** Server [#wdc8fdc4] dnf install nfs-utils vi /etc/exports systemctl enable nfs-server systemctl start nfs-server **** Client [#l8fca22b] dnf install nfs-utils systemctl enable nfs-client systemctl start nfs-client vi /etc/fstab