| | | | |
| 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 ( ) |
| |
| | fcntl -- file control ( ) |
| |
| | file control -- fcntl ( ) |
| |
| | file descriptor, duplicate an open one -- dup ( ) |
| |
| | file pointer, read/write |
| | | move -- lseek ( ) ( ) |
| |
| | file status, get -- stat, lstat, fstat ( ) |
| |
| | file system |
| | | get information -- statvfs, fstatvfs ( ) |
| | | get statistics -- ustat ( ) |
| | | make a symbolic link to a file -- symlink ( ) |
| | | remove link -- unlink ( ) |
| | | returns information about the file system types configured in the system -- sysfs ( ) |
| | | unmount -- umount ( ) |
| | | update super block -- sync ( ) |
| |
| | files |
| | | change access permission mode of file -- chmod ( ) |
| | | change owner and group of a file -- chown ( ) |
| | | change the name of a file -- rename ( ) |
| | | create a new file or rewrite an existing one -- creat ( ) |
| | | 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 status on open file known by file descriptor ( ) |
| |
| | fstatvfs -- get file system information ( ) |