nix
0.26.4
In nix::
unistd
Structs
AccessFlags
Gid
Group
ResGid
ResUid
Uid
User
Enums
FchownatFlags
LinkatFlags
PathconfVar
SysconfVar
UnlinkatFlags
Whence
Constants
ROOT
Functions
access
chdir
chown
chroot
close
dup
dup2
dup3
eaccess
faccessat
fchdir
fchown
fchownat
fdatasync
fpathconf
fsync
ftruncate
getcwd
getegid
geteuid
getgid
getgrouplist
getgroups
getresgid
getresuid
getuid
initgroups
isatty
linkat
lseek
lseek64
mkdir
mkfifo
mkfifoat
mkstemp
pathconf
pipe
pipe2
pivot_root
read
setegid
seteuid
setfsgid
setfsuid
setgid
setgroups
setresgid
setresuid
setuid
sleep
symlinkat
sync
syncfs
sysconf
truncate
unlink
unlinkat
write
nix
::
unistd
Function
seteuid
Copy item path
Settings
Help
Summary
Source
pub fn seteuid(euid:
Uid
) ->
Result
<
()
>
Expand description
Set the effective user ID
See also
seteuid(2)