| F | |||
fchdir -- change current directory ( ) |
|||
fchflags -- set file flags ( ) |
|||
fchmod -- change mode of file ( ) |
|||
fcntl -- file control ( ) |
|||
flock -- apply or remove an advisory lock on an open file ( ) |
|||
fork -- create a new process ( ) |
|||
fpathconf -- get configurable pathname variables ( ) |
|||
fstat -- get file status ( ) |
|||
fstatfs -- get file system statistics ( ) |
|||
fsync -- synchronize a file's in-memory state with that on the physical medium ( ) |
|||
ftruncate -- truncate a file to a specified length ( ) |
|||