On Wed, 2005-02-09 at 13:14 -0500, fly over wrote: > Hi Gurus, > > I have 3 machines,1 of them running NIS and other runnig NFS server. Suppose, i create user "test" on NIS server and, then there should be /home/test on NFS server so that user can login on network. Plz tell me how to do that. > thankx in advance. > > Have a nice day. Once you have the fs exported, you can use autofs to automatically mount it. Adding autofs to the NIS server would probably be a good idea. http://www.linux-consulting.com/Amd_AutoFS/autofs-5.html Daniel