Module nix::sys::stat [−][src]
Structs
| FileStat | |
| Mode | |
| SFlag |
Enums
| FchmodatFlags | Flags for |
| UtimensatFlags | Flags for |
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 | |
| lutimes | Change the access and modification times of a file without following symlinks. |
| major | |
| makedev | |
| minor | |
| mkdirat | |
| mknod | |
| stat | |
| umask | |
| utimensat | Change the access and modification times of a file. |
| utimes | Change the access and modification times of a file. |
Type Definitions
| dev_t | |
| mode_t |