envuidgid — runs another program with environment variables indicating a specified account's uid and gid.
| Use Case | Command | Description |
|---|---|---|
| 🔑 Set UID/GID for a child process | envuidgid account child | Sets $UID and $GID to account's uid/gid, then runs child |
| ❓ Check exit code 111 | envuidgid nonexistent cmd | Exits 111 if account not found, memory exhausted, or child cannot run |
envuidgid account child
account is a single argument. child consists of one or more arguments.
envuidgid sets $UID to account's uid and $GID to account's gid. It then runs child.
envuidgid exits 111 if it cannot find a UNIX account named account, if it runs out of memory for environment variables, or if it cannot run child. Otherwise its exit code is the same as that of child.
supervise(8), svc(8), svok(8), svstat(8), svscanboot(8), svscan(8), readproctitle(8), fghack(8), pgrphack(8), multilog(8), tai64n(8), tai64nlocal(8), setuidgid(8), envdir(8), softlimit(8), setlock(8)
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-06 20:28 @216.73.217.143
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)