| _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 async_daemon(2) -- create a local NFS asynchronous I/O server bind(2) -- bind a name 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 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 flock(2) -- apply or remove an advisory lock on an open file fork(2) -- create a new process fstat(2) -- get file status fstatfs(2) -- get file system statistics fsync(2) -- synchronize a file's in-core state with that on disk ftruncate(2) -- truncate a file to a specified length getdirentries(2) -- get directory entries in a filesystem independent format getdomainname(2) -- get/set name of current host getdtablesize(2) -- get descriptor table size getegid(2) -- get group process identification geteuid(2) -- get user identification getfh(2) -- get file handle getfsstat(2) -- get list of all mounted filesystems getgid(2) -- get group process identification getgroups(2) -- get group access list gethostid(2) -- get/set unique identifier of current host gethostname(2) -- get/set name of current host getitimer(2) -- get/set value of interval timer getlogin(2) -- get/set login name getpagesize(2) -- get system page size getpeername(2) -- get name of connected peer getpgrp(2) -- get process group getpid(2) -- get parent or calling process identification getppid(2) -- get parent or calling process identification getpriority(2) -- get/set program scheduling priority | |
[1] 2 3 > >> | |