Network File System
This is used to mount directories on linux over the network.
solaris
The exports are in /etc/nfs/sharetab containing a line like :
| /etc/nfs/sharetab | |
|---|---|
the command
| share | |
|---|---|
will show the contents of that file. You can test if the mounts are visible on another machine with :
| showmount | |
|---|---|