Module nix::unistd 
                   
                       [−]
                   
               [src]
Standard symbolic constants and types
Enums
| ForkResult | |
| Whence | 
Functions
| chdir | |
| chown | |
| chroot | |
| close | |
| daemon | |
| dup | |
| dup2 | |
| dup3 | |
| execv | |
| execve | |
| execvp | |
| fdatasync | |
| fork | |
| fsync | |
| ftruncate | |
| getcwd | Returns the current directory as a PathBuf | 
| getegid | |
| geteuid | |
| getgid | |
| gethostname | |
| getpid | |
| getppid | |
| gettid | |
| getuid | |
| isatty | |
| lseek | |
| lseek64 | |
| mkdir | Creates new directory  | 
| pause | |
| pipe | |
| pipe2 | |
| pivot_root | |
| read | |
| setgid | |
| sethostname | |
| setpgid | |
| setuid | |
| sleep | |
| unlink | |
| write |