Skip to main content

Module stat

Module stat 

Source

Structs§

FileStat
Mode
“File mode / permissions” flags.
SFlag
“File type” flags for mknod and related functions.

Enums§

FchmodatFlags
Flags for fchmodat function.
UtimensatFlags
Flags for utimensat function.

Functions§

FileStat⚠
fchmod
Change the file permission bits of the file specified by a file descriptor.
fchmodat
Change the file permission bits.
fstat
fstatat
futimens
Change the access and modification times of the file specified by a file descriptor.
lstat
mkdirat
Create a directory at the path specified by dirfd and path.
mknod
Create a special or ordinary file, by pathname.
mknodat
Create a special or ordinary file, relative to a given directory.
stat
umask
utimensat
Change the access and modification times of a file.
utimes
Change the access and modification times of a file.

Type Aliases§

dev_t
mode_t