nix
0.0.1
In nix::
unistd
Modules
alarm
Structs
AccessFlags
Gid
Group
Pid
Uid
User
Enums
ForkResult
PathconfVar
SysconfVar
UnlinkatFlags
Whence
Constants
ROOT
Functions
access
chdir
chown
close
dup
dup2
dup3
execv
execve
execvp
faccessat
fchown
fchownat
fdatasync
fork
fpathconf
fsync
ftruncate
getcwd
getegid
geteuid
getgid
getgrouplist
getgroups
gethostname
getpgid
getpgrp
getpid
getppid
getsid
getuid
initgroups
isatty
linkat
lseek
mkdir
mkdtemp
mkfifo
mkfifoat
mkstemp
pathconf
pause
pipe
read
setegid
seteuid
setgid
setgroups
sethostname
setpgid
setsid
setuid
sleep
symlinkat
sysconf
unlink
unlinkat
write
Type Aliases
FchownatFlags
LinkatFlags
nix
::
unistd
Function
setuid
Copy item path
Settings
Help
Summary
Source
pub fn setuid(uid:
Uid
) ->
Result
<
()
>
Expand description
Set the user ID
See also
setuid(2)