35. Layanan Khusus UnixΒΆ
Modul yang dijelaskan dalam bab ini memberikan antarmuka ke fitur-fitur yang unik untuk sistem operasi Unix, atau dalam beberapa kasus untuk sebagian atau banyak variannya. Berikut ini ikhtisar:
- 35.1.
posix
--- The most common POSIX system calls - 35.2.
pwd
--- The password database - 35.3.
spwd
--- The shadow password database - 35.4.
grp
--- The group database - 35.5.
crypt
--- Function to check Unix passwords - 35.6.
termios
--- POSIX style tty control - 35.7.
tty
--- Terminal control functions - 35.8.
pty
--- Pseudo-terminal utilities - 35.9.
fcntl
--- Thefcntl
andioctl
system calls - 35.10.
pipes
--- Interface to shell pipelines - 35.11.
resource
--- Resource usage information - 35.12.
nis
--- Interface to Sun's NIS (Yellow Pages) - 35.13.
syslog
--- Unix syslog library routines