Unix Specific ServicesΒΆ
The modules described in this chapter provide interfaces to features that are unique to the Unix operating system, or in some cases to some or many variants of it. Hereβs an overview:
posix
β The most common POSIX system callspwd
β The password databasespwd
β The shadow password databasegrp
β The group databasecrypt
β Function to check Unix passwordstermios
β POSIX style tty controltty
β Terminal control functionspty
β Pseudo-terminal utilitiesfcntl
β Thefcntl
andioctl
system callspipes
β Interface to shell pipelinesresource
β Resource usage informationnis
β Interface to Sunβs NIS (Yellow Pages)syslog
β Unix syslog library routines