Run from solaris 10 system. No auto.master... just auto_master.
bash-3.00# cat /etc/auto_master
#
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "@(#)auto_master 1.8 03/04/28 SMI"
#
# Master map for automounter
#
+auto.master
/net -hosts -nosuid,nobrowse
/home auto_home -nobrowse
/nfs auto.nfs -ro
bash-3.00# ypcat -k auto.master
/mnt yp:auto.mnt --timeout=60
/nfs yp:auto.nfs --timeout=3600
/net /etc/auto.net --timeout=300
/user yp:auto.user --timeout=300
/export/autofs yp:auto.home --timeout=60
/opt/net yp:auto.opt_net --timeout=36000
bash-3.00#
Main Topics
Browse All Topics





by: bluPosted on 2009-09-02 at 08:48:45ID: 25242332
What do these two command return:
cat /etc/auto.master
ypcat -k auto.master