The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 01-06-2009
jlliagre jlliagre is offline Forum Advisor  
ɹǝsn sıɹɐlosuǝdo
  
 

Join Date: Dec 2007
Location: Paris
Posts: 1,383
/home is a directory used by the automounter to mount the real home directories either remotely from an NFS home server or locally if there is no need to share the home between machines. /export as its name suggests is meant to be shared on the network.

If you use a standalone configuration, you might disable the automounter by commenting out the /home line in /etc/auto_master and then use /home directly.