NFS: Difference between revisions
From Bibliotheca Anonoma
Antonizoon (talk | contribs) (Created page with "== Setting Up NFS == https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/ch-nfs https://www.tecmint.com/how-to-setup-n...") |
Antonizoon (talk | contribs) |
||
Line 4: | Line 4: | ||
https://www.tecmint.com/how-to-setup-nfs-server-in-linux/ | https://www.tecmint.com/how-to-setup-nfs-server-in-linux/ | ||
=== AutoFS === | |||
It may be preferable to mount NFS shares on demand, instead of at boot in /etc/fstab as seen in the guides above. | |||
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/nfs-autofs | |||
== Security == | == Security == |
Latest revision as of 15:19, 13 August 2018
Setting Up NFS[edit]
https://www.tecmint.com/how-to-setup-nfs-server-in-linux/
AutoFS[edit]
It may be preferable to mount NFS shares on demand, instead of at boot in /etc/fstab as seen in the guides above.
Security[edit]
NFS by default does not require a password to connect.
In addition, if you are root you will be able to bypass all POSIX permissions on the files. Special security setups will be necessary to prevent this, which may include SSO.