| [ENOTDIR] |
| | A component of the path prefix is not a directory. |
| [ENAMETOOLONG] |
| | A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. |
| [ENOENT] |
| | The named directory does not exist. |
| [ELOOP] |
| | Too many symbolic links were encountered in translating the pathname. |
| [EACCES] |
| | Search permission is denied for any component of the path name. |
| [EFAULT] |
| | The path argument points outside the processs allocated address space. |
| [EIO] | An I/O error occurred while reading from or writing to the file system. |
|