18.6. Creating and Removing Directories: mkdir() and rmdir()
The mkdir() system call creates a new directory.
#include <sys/stat.h>
int mkdir(const char *pathname, mode_t mode);
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial