/etc/exports

(thing) by everyone Thu Aug 10 2000 at 22:14:02

nfs export table on many UNIX-like systems. Here's all you need to know about the basic format in a nutshell:

/path	allowedhost(access)

$ man 5 exports for details.

(idea) by wangmu Fri Oct 27 2000 at 14:47:51
tftv256's description is correct for Linux (if you wish, you can replace "allowedhost" by "@allowednetgroup"), but the format for HP-UX is very different:

/path -access=allowedhost1:allowedhost2,otheroptions

Two useful other options are "ro" (export the directory read-only) and "root=host1:host2:..." which grants root on certain other machines full access to the exported directory, rather than treating root as an anonymous user.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.