Managing Network File Systems in Oracle Solaris 11.4 Administering Autofs Using SMF Parameters to Configure Your Autofs Environment How to Configure Your Autofs Environment Using SMF Parameters How to Configure Your Autofs Environment Using SMF Parameters Become an administrator. For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.4. Add or modify an autofs SMF parameter. For example, if you want to turn off browsing for all autofs mount points, use the following command: # sharectl set -p nobrowse=on autofs The nobrowse keyword is equivalent to the -n option of the automountd command. For information about parameters supported for autofs, see autofs(5). Restart the autofs daemon.# svcadm restart system/filesystem/autofs