| | | | |
| F |
| |
| | facl -- get or set a file's Access Control List (ACL) ( ) |
| |
| | fchdir -- change working directory ( ) |
| |
| | fchmod -- change access permission mode of file ( ) |
| |
| | fchown -- change owner and group of a file ( ) |
| |
| | fchownat -- change owner and group of a file ( ) |
| |
| | fcntl -- file control ( ) |
| |
| | file control -- fcntl ( ) |
| |
| | file descriptor, duplicate an open one -- dup ( ) |
| |
| | file pointer, read/write |
| | | move -- lseek ( ) ( ) |
| |
| | file system |
| | | get information -- statvfs, fstatvfs ( ) |
| | | get statistics -- ustat ( ) |
| | | make a symbolic link to a file -- symlink ( ) |
| | | returns information about the file system types configured in the system -- sysfs ( ) |
| | | update super block -- sync ( ) |
| |
| | files |
| | | change access permission mode of file -- chmod ( ) |
| | | change the name of a file -- rename ( ) |
| | | execute -- exec ( ) |
| | | get configurable pathname variables -- pathconf ( ) |
| | | link to a file -- link ( ) |
| | | move read/write file pointer -- lseek ( ) ( ) |
| | | set file access and modification times -- utime ( ) |
| |
| | fork -- create a new process ( ) |
| |
| | fork, spawn new process in a virtual memory efficient way -- vfork ( ) |
| |
| | fork1 -- create a new process ( ) |
| |
| | fpathconf -- get configurable pathname variables ( ) |
| |
| | fstat -- get file status ( ) |
| |
| | fstatat -- get file status ( ) |
| |
| | fstatvfs -- get file system information ( ) |
| |
| | futimesat -- set file access and modification times ( ) |