Inthisbook,IdescribetheLinuxprogramminginterface—thesystemcalls,libraryfunctions,andotherlow-levelinterfacesprovidedbyLinux,afreeimplementationoftheUNIXoperatingsystem.Theseinterfacesareused,directlyorindirectly,byeveryprogramthatrunsonLinux.TheyallowapplicationstoperformtaskssuchasfileI/O,creatinganddeletingfilesanddirectories,creatingnewprocesses,executingprograms,settingtimers,communicatingbetweenprocessesandthreadsonthesamecomputer,andcommunicatingbetweenprocessesresidingondifferentcomputersconnectedviaanetwork.Thissetoflow-levelinterfacesissometimesalsoknownasthesystemprogramminginterface.AlthoughIfocusonLinux,Igivecarefulattentiontostandardsandportabilityissues,andclearlydistinguishthediscussionofLinux-specificdetailsfromthediscussionoffeaturesthatarecommontomostUNIXimplementationsandstandardizedbyPOSIXandtheSingleUNIXSpecification.Thus,thisbookalsoprovidesacomprehensivedescriptionoftheUNIX/POSIXprogramminginterfaceandcanbeusedbyprogrammerswritingapplicationstargetedatotherUNIXsystemsorintendedtobeportableacrossmultiplesystems.
1