Lines Matching full:directory
34 .Nd make a directory file
44 The directory
52 The directory's owner ID is set to the process's effective user ID.
53 The directory's group ID is set to that of the parent directory in
63 In this case the newly created directory is created relative to the
64 directory associated with the file descriptor
66 instead of the current working directory.
73 parameter, the current working directory is used and the behavior is
82 will fail and no directory will be created if:
85 A component of the path prefix is not a directory.
94 on the parent directory of the directory to be created.
98 The parent directory of the directory to be created has its immutable flag set,
103 The named directory would reside on a read-only file system.
105 The new directory cannot be created because the parent directory contains
110 The new directory cannot be created because there is no space left
111 on the file system that will contain the directory.
114 directory is being created.
116 The new directory cannot be created because the user's
118 contain the directory has been exhausted.
121 which the directory is being created has been exhausted.
123 An I/O error occurred while making the directory entry or allocating the inode.
156 nor a file descriptor associated with a directory.