To change setuid permission, do the following:
1. Log in as root on the machine.
2. Issue the cm setsetuid command to change the status of setuid (and setgid) programs on specific filesets:
# cm setsetuid [-path {filename | directory_name}...] [-state {on | off}]
The -path option specifies a file or directory from each fileset whose setuid status is to be changed. Omit this option to change the status for the fileset that contains the current working directory.
The -state on option allows setuid programs from the indicated filesets to execute with setuid permission; the -state off option prevents setuid programs from the indicated filesets from executing with setuid permission. If this option is omitted, setuid programs from the specified filesets are allowed to execute with setuid permission.