table of contents
setuidgid(8) | System Manager's Manual | setuidgid(8) |
NAME¶
setuidgid - runs another program under a specified account's uid and gid.SYNOPSIS¶
setuidgid account childDESCRIPTION¶
account is a single argument. child consists of one or more arguments.setuidgid sets its uid and gid to account's uid and gid, removing all supplementary groups. It then runs child.
setuidgid cannot be run by anyone other than root.