# stat.h - [Overview](#section1651300868165629) - [Summary](#section1734096236165629) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **Overview** **Related Modules:** [FS](FS.md) **Description:** Provides functions for file and directory operations. These functions can be used for file system operations, such as file read/write, directory traversal, and file system mounting. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
stat (const char *__restrict path, struct stat *__restrict buf) |
|
lstat (const char *__restrict path, struct stat *__restrict buf) |
|
mkdir (const char *pathname, mode_t mode) |
|
mkfifo (const char *name, mode_t mode) |
Creates a named pipe to implement inter-process communication. |
mkdirat (int fd, const char *pathname, mode_t mode) |
|
chmod (const char *pathname, mode_t mode) |
|
umask (mode_t mode) |