| Manual |
Page | Description |
| UNIX Seventh Edition |
access(2) |
determine accessibility of file |
| UNIX Seventh Edition |
acct(2) |
turn accounting on or off |
| UNIX Seventh Edition |
alarm(2) |
schedule signal after specified time |
| UNIX Seventh Edition |
brk(2) |
change core allocation |
| UNIX Seventh Edition |
chdir(2) |
change default directory |
| UNIX Seventh Edition |
chmod(2) |
change mode of file |
| UNIX Seventh Edition |
chown(2) |
change owner and group of a file |
| UNIX Seventh Edition |
close(2) |
close a file |
| UNIX Seventh Edition |
creat(2) |
create a new file |
| UNIX Seventh Edition |
dup(2) |
duplicate an open file descriptor |
| UNIX Seventh Edition |
exec(2) |
execute a file |
| UNIX Seventh Edition |
exit(2) |
terminate process |
| UNIX Seventh Edition |
fork(2) |
spawn new process |
| UNIX Seventh Edition |
getpid(2) |
get process identification |
| UNIX Seventh Edition |
getuid(2) |
get user and group identity |
| UNIX Seventh Edition |
(2) |
get user and group identity |
| UNIX Seventh Edition |
index(2) |
get user and group identity |
| UNIX Seventh Edition |
indir(2) |
indirect system call |
| UNIX Seventh Edition |
intro(2) |
introduction to system calls and error numbers |
| UNIX Seventh Edition |
ioctl(2) |
control device |
| UNIX Seventh Edition |
kill(2) |
send signal to a process |
| UNIX Seventh Edition |
link(2) |
link to a file |
| UNIX Seventh Edition |
lock(2) |
lock a process in primary memory |
| UNIX Seventh Edition |
lseek(2) |
move read/write pointer |
| UNIX Seventh Edition |
mknod(2) |
make a directory or a special file |
| UNIX Seventh Edition |
mount(2) |
mount or remove file system |
| UNIX Seventh Edition |
mpx(2) |
create and manipulate multiplexed files |
| UNIX Seventh Edition |
mpxcall(2) |
multiplexor and channel interface |
| UNIX Seventh Edition |
nice(2) |
set program priority |
| UNIX Seventh Edition |
open(2) |
open for reading or writing |
| UNIX Seventh Edition |
pause(2) |
stop until signal |
| UNIX Seventh Edition |
phys(2) |
allow a process to access physical addresses |
| UNIX Seventh Edition |
pipe(2) |
create an interprocess channel |
| UNIX Seventh Edition |
pkon(2) |
establish packet protocol |
| UNIX Seventh Edition |
profil(2) |
execution time profile |
| UNIX Seventh Edition |
ptrace(2) |
process trace |
| UNIX Seventh Edition |
read(2) |
read from file |
| UNIX Seventh Edition |
setuid(2) |
set user and group ID |
| UNIX Seventh Edition |
signal(2) |
catch or ignore signals |
| UNIX Seventh Edition |
stat(2) |
get file status |
| UNIX Seventh Edition |
stime(2) |
set time |
| UNIX Seventh Edition |
sync(2) |
update super-block |
| UNIX Seventh Edition |
time(2) |
get date and time |
| UNIX Seventh Edition |
times(2) |
get process times |
| UNIX Seventh Edition |
umask(2) |
set file creation mode mask |
| UNIX Seventh Edition |
unlink(2) |
remove directory entry |
| UNIX Seventh Edition |
utime(2) |
set file times |
| UNIX Seventh Edition |
wait(2) |
wait for process to terminate |
| UNIX Seventh Edition |
write(2) |
write on a file |