Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#redhat
Question
Redhat - exporting NFS shares
Answer

 

yum install nfs-utils

systemctl status rpcbind

systemctl enable --now rpcbind

systemctl enable --now nfs-server

systemctl restart nfs-server


In its simplest form, the /etc/exports file only specifies the exported directory and the hosts permitted to access it:
/exported/directory bob.example.com(rw,sync)
/exported/directory1 bob.example.com(ro)

Docs


Tags
#redhat
Question
Redhat - exporting NFS shares
Answer
?

Tags
#redhat
Question
Redhat - exporting NFS shares
Answer

 

yum install nfs-utils

systemctl status rpcbind

systemctl enable --now rpcbind

systemctl enable --now nfs-server

systemctl restart nfs-server


In its simplest form, the /etc/exports file only specifies the exported directory and the hosts permitted to access it:
/exported/directory bob.example.com(rw,sync)
/exported/directory1 bob.example.com(ro)

Docs


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.