July 2018
Intermediate to advanced
504 pages
11h 34m
English
We also need to enable and start nfs-server using the systemctl command. The following snippet shows how to enable and start all services required for NFS service:
# systemctl enable rpcbind nfs-serverCreated symlink from /etc/systemd/system/multi-user.target.wants/nfs-server.service to /usr/lib/systemd/system/nfs-server.service.# systemctl start rpcbind nfs-server