Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
envuidgid(8)		    System Manager's Manual		  envuidgid(8)

NAME
       envuidgid  - runs another program with environment variables indicating
       a specified account's uid and gid.

SYNOPSIS
       envuidgid account child

DESCRIPTION
       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.

EXIT CODES
       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.

SEE ALSO
       envdir(8), envini(8), fghack(8),	multilog(8), pgrphack(8),  readprocti-
       tle(8),	setlock(8),  setuidgid(8),  setuser(8),	 softlimit(8),	super-
       vise(8),	 svc(8),   svok(8),   svscan(8),   svscanboot(8),   svstat(8),
       tai64n(8), tai64nlocal(8)

								  envuidgid(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=envuidgid&sektion=8&manpath=FreeBSD+Ports+14.3.quarterly>

home | help