Difference between revisions of "Il ''catalogo'' delle System Call"

From Sistemi Operativi
Jump to navigation Jump to search
Line 7: Line 7:
 
* [http://www.unix.com/man-page/Linux/2/clone/ (clone')]
 
* [http://www.unix.com/man-page/Linux/2/clone/ (clone')]
 
* [http://www.unix.com/man-page/Linux/2/execve/ execve]
 
* [http://www.unix.com/man-page/Linux/2/execve/ execve]
* [http://www.unix.com/man-page/Linux/2/exit/ exit]
+
* [http://www.unix.com/man-page/Linux/2/exit/ _exit]
 
* [http://www.unix.com/man-page/Linux/2/wait/ wait], [http://www.unix.com/man-page/Linux/2/waitpid/ waitpid], [http://www.unix.com/man-page/Linux/2/wait3/ wait3], [http://www.unix.com/man-page/Linux/2/wait4/ wait4]
 
* [http://www.unix.com/man-page/Linux/2/wait/ wait], [http://www.unix.com/man-page/Linux/2/waitpid/ waitpid], [http://www.unix.com/man-page/Linux/2/wait3/ wait3], [http://www.unix.com/man-page/Linux/2/wait4/ wait4]
 
* [http://www.unix.com/man-page/Linux/2/nice/ nice]
 
* [http://www.unix.com/man-page/Linux/2/nice/ nice]

Revision as of 14:34, 17 March 2016

Fra parentesi le chiamate raramente usate direttamente, in italico le chiamate obsolete. ' indica che l'interfaccia fornita dalla libreria C non coincide con quella della system call.

gestione processi

gestione file

gestione file system

at calls:

gestione utenti

debug/profiling

segnali

attesa eventi

comunicazione

memoria

tempo

misc

sysV IPC

Berkeley socket