NAME
- automountd - autofs mount/unmount daemon
SYNOPSIS
-
automountd [ -Tv ] [ -D name=value ]
AVAILABILITY
- SUNWcsu
DESCRIPTION
-
automountd is an RPC server that answers file system mount and unmount requests from the autofs filesystem. It uses local files or name service maps to locate filesystems to be mounted. These maps are described with the automount (1MTSOL)command.
- The automountd daemon is automatically invoked in run level 2.
OPTIONS
-
- -T
- Trace. Expand each RPC call and display it on the standard output.
-
- -v
- Verbose. Log status messages to the console.
- -D name=value
- Assign value to the indicated automount map substitution variable. These assignments cannot be used to substitute variables in the master map auto_master.
SUMMARY OF TRUSTED
-
automountd must be started as root, with a process sensitivity label of ADMIN_LOW, and a clearance of ADMIN_HIGH. It must have the PAF_TRUSTED_PATH process attribute, and must inherit the following privileges: file_mac_read, file_mac_write, file_upgrade_sl,
SOLARIS CHANGES
-
-
file_upgrate_il, net_mac_read, net_privaddr, net_upgrade_sl, net_upgrate_il,
proc_nofloat, proc_audit_tcb, proc_setsl, proc_setil, sys_mount, sys_trans_label.
FILES
-
-
/etc/auto_master
- master map for automounter
SEE ALSO
-
automount (1MTSOL)
|