| __syscall(2) -- indirect system call _exit(2) -- terminate the calling process accept(2) -- accept a connection on a socket access(2) -- check access permissions of a file or pathname acct(2) -- enable or disable process accounting adjtime(2) -- correct the time to allow synchronization of the system clock aio_cancel(2) -- cancel an outstanding asynchronous I/O operation (REALTIME) aio_error(2) -- retrieve error status of asynchronous I/O operation (REAL TIME) aio_read(2) -- asynchronous read from a file (REALTIME) aio_return(2) -- retrieve return status of asynchronous I/O operation (REAL TIME) aio_suspend(2) -- suspend until asynchronous I/O operations or timeout com plete (REALTIME) aio_waitcomplete(2) -- wait for the next completion of an aio request aio_write(2) -- asynchronous write to a file (REALTIME) bind(2) -- assign a local protocol address to a socket brk(2) -- change data segment size chdir(2) -- change current working directory chflags(2) -- set file flags chmod(2) -- change mode of file chown(2) -- change owner and group of a file chroot(2) -- change root directory clock_getres(2) -- get/set/calibrate date and clock_gettime(2) -- get/set/calibrate date and clock_settime(2) -- get/set/calibrate date and close(2) -- delete a descriptor connect(2) -- initiate a connection on a socket creat(2) -- create a new file dup(2) -- duplicate an existing file descriptor dup2(2) -- duplicate an existing file descriptor errno(2) -- introduction to system calls and error numbers execve(2) -- execute a file fchdir(2) -- change current working directory fchflags(2) -- set file flags fchmod(2) -- change mode of file fchown(2) -- change owner and group of a file fcntl(2) -- file control fhopen(2) -- access file via file handle fhstat(2) -- access file via file handle fhstatfs(2) -- access file via file handle flock(2) -- apply or remove an advisory lock on an open file fork(2) -- create a new process fpathconf(2) -- get configurable pathname variables fstat(2) -- get file status fstatfs(2) -- get file system statistics fsync(2) -- synchronise changes to a file ftruncate(2) -- truncate or extend a file to a specified length futimes(2) -- set file access and modification times getdents(2) -- get directory entries in a filesystem indepen dent format getdirentries(2) -- get directory entries in a filesystem indepen dent format getdtablesize(2) -- get descriptor table size getegid(2) -- get group process identification | |
[1] 2 3 4 5 > >> | |