share
Make local resource/filesystem available for mounting by remote systems. More information: https://docs.oracle.com/cd/E36784_01/html/E36825/gntjt.html.
share
share -F nfs -o rw /{{path/to/directory}}
share -F nfs -o ro /{{path/to/directory}}
share -F nfs -o rw,root={{hostname}} /{{path/to/directory}}
/etc/dfs/dfstab
:echo "share -F nfs -o rw /{{path/to/directory}}" >> /etc/dfs/dfstab