OCaml 4.14.0 rebuild
[arch-packages.git] / nfs-utils / trunk / exports
blob6ac9649ae1992ceff2c5982b1a1a381bc7112b3c
1 # /etc/exports - exports(5) - directories exported to NFS clients
3 # Example for NFSv3:
4 #  /srv/home        hostname1(rw,sync) hostname2(ro,sync)
5 # Example for NFSv4:
6 #  /srv/nfs4        hostname1(rw,sync,fsid=0)
7 #  /srv/nfs4/home   hostname1(rw,sync,nohide)
8 # Using Kerberos and integrity checking:
9 #  /srv/nfs4        *(rw,sync,sec=krb5i,fsid=0)
10 #  /srv/nfs4/home   *(rw,sync,sec=krb5i,nohide)
12 # Use `exportfs -arv` to reload.