<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://so.v2.cs.unibo.it/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FilippoVigani</id>
	<title>Sistemi Operativi - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://so.v2.cs.unibo.it/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FilippoVigani"/>
	<link rel="alternate" type="text/html" href="https://so.v2.cs.unibo.it/wiki/index.php/Special:Contributions/FilippoVigani"/>
	<updated>2026-04-13T11:28:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://so.v2.cs.unibo.it/wiki/index.php?title=Il_%27%27catalogo%27%27_delle_System_Call&amp;diff=1303</id>
		<title>Il ''catalogo'' delle System Call</title>
		<link rel="alternate" type="text/html" href="https://so.v2.cs.unibo.it/wiki/index.php?title=Il_%27%27catalogo%27%27_delle_System_Call&amp;diff=1303"/>
		<updated>2016-03-10T15:16:07Z</updated>

		<summary type="html">&lt;p&gt;FilippoVigani: /* gestione processi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fra parentesi le chiamate raramente usate direttamente, in ''italico'' le chiamate obsolete.&lt;br /&gt;
' indica che l'interfaccia fornita dalla libreria C non coincide con quella della system call.&lt;br /&gt;
&lt;br /&gt;
== gestione processi ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/fork/ fork], [http://www.unix.com/man-page/Linux/2/vfork/ ''vfork'']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/clone/ (clone')]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/execve/ execve]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/exit/ exit]&lt;br /&gt;
* [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]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/nice/ nice]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getpriority/ getpriority], [http://www.unix.com/man-page/Linux/2/setpriority/ setpriority]&lt;br /&gt;
&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getpid/ getpid], [http://www.unix.com/man-page/Linux/2/getppid/ getppid]&lt;br /&gt;
* getpgio, [http://www.unix.com/man-page/Linux/2/setpgid/ setpgid][http://www.unix.com/man-page/Linux/2// ]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getsid/ getsid]&lt;br /&gt;
&lt;br /&gt;
== gestione file ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/open/ open], [http://www.unix.com/man-page/Linux/2/creat/ ''creat''], [http://www.unix.com/man-page/Linux/2/openat/ openat]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/read/ read], [http://www.unix.com/man-page/Linux/2/write/ write]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/readv/ readv], [http://www.unix.com/man-page/Linux/2/writev/ writev]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pread/ pread], [http://www.unix.com/man-page/Linux/2/pwrite/ pwrite]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/lseek/ lseek]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/close/ close]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/fcntl/ fcntl]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ioctl/ ioctl]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/dup/ dup], [http://www.unix.com/man-page/Linux/2/dup2/ dup2]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sendfile/ sendfile]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/flock/ flock]&lt;br /&gt;
&lt;br /&gt;
== gestione file system ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chdir/ chdir], [http://www.unix.com/man-page/Linux/2/fchdir/ fchdir]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mkdir/ mkdir], [http://www.unix.com/man-page/Linux/2/rmdir/ rmdir]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getcwd/ getcwd']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/link/ link], [http://www.unix.com/man-page/Linux/2/symlink/ symlink], [http://www.unix.com/man-page/Linux/2/readlink/ readlink], [http://www.unix.com/man-page/Linux/2/unlink/ unlink], [http://www.unix.com/man-page/Linux/2/rename/ rename]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/stat/ stat], [http://www.unix.com/man-page/Linux/2/lstat/ lstat], [http://www.unix.com/man-page/Linux/2/fstat/ fstat]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mknod/ mknod]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chown/ chown], [http://www.unix.com/man-page/Linux/2/fchown/ fchown], [http://www.unix.com/man-page/Linux/2/lchown/ lchown]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chmod/ chmod], [http://www.unix.com/man-page/Linux/2/fchmod/ fchmod], [http://www.unix.com/man-page/Linux/2/lchmod/ lchmod]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/access/ access]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mount/ mount], [http://www.unix.com/man-page/Linux/2/umount/ ''umount''], [http://www.unix.com/man-page/Linux/2/umount2/ umount2]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sync/ sync]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/utime/ utime]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/umask/ umask]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chroot/ chroot]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ustat/ ustat]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/truncate/ truncate], [http://www.unix.com/man-page/Linux/2/ftruncate/ ftruncate]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/statfs/ statfs], [http://www.unix.com/man-page/Linux/2/fstatfs/ fstatfs]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getfsuid/ getfsuid], [http://www.unix.com/man-page/Linux/2/setfsuid/ setfsuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getdents/ (getdents)]&lt;br /&gt;
&lt;br /&gt;
at calls:&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mkdirat/ mkdirat], [http://www.unix.com/man-page/Linux/2/mknodat/ mknodat], [http://www.unix.com/man-page/Linux/2/fchownat/ fchownat], [http://www.unix.com/man-page/Linux/2/futimesat/ futimesat], [http://www.unix.com/man-page/Linux/2/fstatat/ fstatat], [http://www.unix.com/man-page/Linux/2// ][http://www.unix.com/man-page/Linux/2/unlinkat/ unlinkat], [http://www.unix.com/man-page/Linux/2/renameat/ renameat], [http://www.unix.com/man-page/Linux/2/linkat/ linkat], [http://www.unix.com/man-page/Linux/2/symlinkat/ symlinkat], [http://www.unix.com/man-page/Linux/2// ][http://www.unix.com/man-page/Linux/2/readlinkat/ readlinkat], [http://www.unix.com/man-page/Linux/2/fchmodat/ fchmodat], [http://www.unix.com/man-page/Linux/2/faccessat/ faccessat]&lt;br /&gt;
&lt;br /&gt;
== gestione utenti ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getuid/ getuid], [http://www.unix.com/man-page/Linux/2/setuid/ setuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getgid/ getgid], [http://www.unix.com/man-page/Linux/2/setgid/ setgid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/geteuid/ geteuid], [http://www.unix.com/man-page/Linux/2/seteuid/ seteuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getreiud/ getreiud], [http://www.unix.com/man-page/Linux/2/setreuid/ setreuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getresuid/ getresuid], [http://www.unix.com/man-page/Linux/2/setresuid/ setresuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getresgid/ getresgid], [http://www.unix.com/man-page/Linux/2/setresgid/ setresgid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getgroups/ getgroups], [http://www.unix.com/man-page/Linux/2/setgroups/ setgroups]&lt;br /&gt;
&lt;br /&gt;
== debug/profiling ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ptrace/ ptrace]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/process_vm_readv/ process_vm_readv], [http://www.unix.com/man-page/Linux/2/process_vm_writev/ process_vm_writev]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/times/ times]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/acct/ acct]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getrlimit/ getrlimit], [http://www.unix.com/man-page/Linux/2/setrlimit/ setrlimit], [http://www.unix.com/man-page/Linux/2/getrusage/ getrusage]&lt;br /&gt;
&lt;br /&gt;
== segnali ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/kill/ kill]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/signal/ signal]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/alarm/ alarm]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pause/ pause]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigaction/ sigaction]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigprocmask/ sigprocmask]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigsuspend/ sigsuspend]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigpending/ sigpending]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getitimer/ getitimer], [http://www.unix.com/man-page/Linux/2/setitimer/ setitimer]&lt;br /&gt;
&lt;br /&gt;
== attesa eventi ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/select/ select]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/poll/ poll]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pselect/ pselect]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ppoll/ ppoll]&lt;br /&gt;
&lt;br /&gt;
== comunicazione ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pipe/ pipe]&lt;br /&gt;
&lt;br /&gt;
== memoria ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/brk/ (brk)]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mmap/ mmap], [http://www.unix.com/man-page/Linux/2/munmap/ munmap]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mprotect/ mprotect]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mremap/ mremap]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/msync/ msync]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/madvise/ madvise]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getpagesize/ getpagesize]&lt;br /&gt;
&lt;br /&gt;
== tempo ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/time/ time]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/gettimeofday/ gettimeofday], [http://www.unix.com/man-page/Linux/2/settimeofday/ settimeofday]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/adjtimex/ adjtimex]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/nanosleep/ nanosleep]&lt;br /&gt;
&lt;br /&gt;
== misc ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/gethostname/ gethostname], [http://www.unix.com/man-page/Linux/2/sethostname/ sethostname]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getdomainname/ getdomainname], [http://www.unix.com/man-page/Linux/2/setdomainname/ setdomainname]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sched_yield/ sched_yield]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/reboot/ reboot]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sysinfo/ sysinfo], [http://www.unix.com/man-page/Linux/2/uname/ uname]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/capget/ capget], [http://www.unix.com/man-page/Linux/2/capset/ capset]&lt;br /&gt;
&lt;br /&gt;
== sysV IPC ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/shmget/ ''shmget], [http://www.unix.com/man-page/Linux/2/shmat/ shmat], [http://www.unix.com/man-page/Linux/2/shmdt/ shmdt], [http://www.unix.com/man-page/Linux/2/shmctl/ shmctl'']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/semget/ ''semget], [http://www.unix.com/man-page/Linux/2/semop/ semop], [http://www.unix.com/man-page/Linux/2/semctl/ semctl'']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/msgget/ ''msgget], [http://www.unix.com/man-page/Linux/2/msgsnd/ msgsnd], [http://www.unix.com/man-page/Linux/2/msgrcv/ msgrcv], [http://www.unix.com/man-page/Linux/2/msgctl/ msgctl'']&lt;br /&gt;
&lt;br /&gt;
== Berkeley socket ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/socket/ socket]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/bind/ bind]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/listen/ listen]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/accept/ accept]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/connect/ connect]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sendto/ sendto], [http://www.unix.com/man-page/Linux/2/recvfrom/ recvfrom]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sendmsg/ sendmsg], [http://www.unix.com/man-page/Linux/2/recvmsg/ recvmsg]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sengmmsg/ sengmmsg], [http://www.unix.com/man-page/Linux/2/recvmmsg/ recvmmsg]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/shutdown/ shutdown]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getsockname/ getsockname], [http://www.unix.com/man-page/Linux/2/getpeername/ getpeername]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/socketpair/ socketpair]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getsockopt/ getsockopt], [http://www.unix.com/man-page/Linux/2/setsockopt/ setsockopt]&lt;/div&gt;</summary>
		<author><name>FilippoVigani</name></author>
	</entry>
	<entry>
		<id>https://so.v2.cs.unibo.it/wiki/index.php?title=Il_%27%27catalogo%27%27_delle_System_Call&amp;diff=1302</id>
		<title>Il ''catalogo'' delle System Call</title>
		<link rel="alternate" type="text/html" href="https://so.v2.cs.unibo.it/wiki/index.php?title=Il_%27%27catalogo%27%27_delle_System_Call&amp;diff=1302"/>
		<updated>2016-03-10T15:13:26Z</updated>

		<summary type="html">&lt;p&gt;FilippoVigani: Added links to official documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fra parentesi le chiamate raramente usate direttamente, in ''italico'' le chiamate obsolete.&lt;br /&gt;
' indica che l'interfaccia fornita dalla libreria C non coincide con quella della system call.&lt;br /&gt;
&lt;br /&gt;
== gestione processi ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/fork/ fork], [http://www.unix.com/man-page/Linux/2/vfork/ ''vfork'']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/clone/ (clone')]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/execve/ execve]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/exit/ exit]&lt;br /&gt;
* [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]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/nice/ nice]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getpriority/ getpriority], [http://www.unix.com/man-page/Linux/2/setpriority/ setpriority]&lt;br /&gt;
&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getpid/ getpid], [http://www.unix.com/man-page/Linux/2/getppid/ getppid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getpgio/ getpgio], [http://www.unix.com/man-page/Linux/2/setpgid/ setpgid][http://www.unix.com/man-page/Linux/2// ]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getsid/ getsid]&lt;br /&gt;
&lt;br /&gt;
== gestione file ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/open/ open], [http://www.unix.com/man-page/Linux/2/creat/ ''creat''], [http://www.unix.com/man-page/Linux/2/openat/ openat]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/read/ read], [http://www.unix.com/man-page/Linux/2/write/ write]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/readv/ readv], [http://www.unix.com/man-page/Linux/2/writev/ writev]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pread/ pread], [http://www.unix.com/man-page/Linux/2/pwrite/ pwrite]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/lseek/ lseek]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/close/ close]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/fcntl/ fcntl]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ioctl/ ioctl]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/dup/ dup], [http://www.unix.com/man-page/Linux/2/dup2/ dup2]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sendfile/ sendfile]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/flock/ flock]&lt;br /&gt;
&lt;br /&gt;
== gestione file system ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chdir/ chdir], [http://www.unix.com/man-page/Linux/2/fchdir/ fchdir]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mkdir/ mkdir], [http://www.unix.com/man-page/Linux/2/rmdir/ rmdir]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getcwd/ getcwd']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/link/ link], [http://www.unix.com/man-page/Linux/2/symlink/ symlink], [http://www.unix.com/man-page/Linux/2/readlink/ readlink], [http://www.unix.com/man-page/Linux/2/unlink/ unlink], [http://www.unix.com/man-page/Linux/2/rename/ rename]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/stat/ stat], [http://www.unix.com/man-page/Linux/2/lstat/ lstat], [http://www.unix.com/man-page/Linux/2/fstat/ fstat]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mknod/ mknod]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chown/ chown], [http://www.unix.com/man-page/Linux/2/fchown/ fchown], [http://www.unix.com/man-page/Linux/2/lchown/ lchown]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chmod/ chmod], [http://www.unix.com/man-page/Linux/2/fchmod/ fchmod], [http://www.unix.com/man-page/Linux/2/lchmod/ lchmod]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/access/ access]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mount/ mount], [http://www.unix.com/man-page/Linux/2/umount/ ''umount''], [http://www.unix.com/man-page/Linux/2/umount2/ umount2]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sync/ sync]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/utime/ utime]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/umask/ umask]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/chroot/ chroot]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ustat/ ustat]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/truncate/ truncate], [http://www.unix.com/man-page/Linux/2/ftruncate/ ftruncate]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/statfs/ statfs], [http://www.unix.com/man-page/Linux/2/fstatfs/ fstatfs]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getfsuid/ getfsuid], [http://www.unix.com/man-page/Linux/2/setfsuid/ setfsuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getdents/ (getdents)]&lt;br /&gt;
&lt;br /&gt;
at calls:&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mkdirat/ mkdirat], [http://www.unix.com/man-page/Linux/2/mknodat/ mknodat], [http://www.unix.com/man-page/Linux/2/fchownat/ fchownat], [http://www.unix.com/man-page/Linux/2/futimesat/ futimesat], [http://www.unix.com/man-page/Linux/2/fstatat/ fstatat], [http://www.unix.com/man-page/Linux/2// ][http://www.unix.com/man-page/Linux/2/unlinkat/ unlinkat], [http://www.unix.com/man-page/Linux/2/renameat/ renameat], [http://www.unix.com/man-page/Linux/2/linkat/ linkat], [http://www.unix.com/man-page/Linux/2/symlinkat/ symlinkat], [http://www.unix.com/man-page/Linux/2// ][http://www.unix.com/man-page/Linux/2/readlinkat/ readlinkat], [http://www.unix.com/man-page/Linux/2/fchmodat/ fchmodat], [http://www.unix.com/man-page/Linux/2/faccessat/ faccessat]&lt;br /&gt;
&lt;br /&gt;
== gestione utenti ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getuid/ getuid], [http://www.unix.com/man-page/Linux/2/setuid/ setuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getgid/ getgid], [http://www.unix.com/man-page/Linux/2/setgid/ setgid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/geteuid/ geteuid], [http://www.unix.com/man-page/Linux/2/seteuid/ seteuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getreiud/ getreiud], [http://www.unix.com/man-page/Linux/2/setreuid/ setreuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getresuid/ getresuid], [http://www.unix.com/man-page/Linux/2/setresuid/ setresuid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getresgid/ getresgid], [http://www.unix.com/man-page/Linux/2/setresgid/ setresgid]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getgroups/ getgroups], [http://www.unix.com/man-page/Linux/2/setgroups/ setgroups]&lt;br /&gt;
&lt;br /&gt;
== debug/profiling ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ptrace/ ptrace]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/process_vm_readv/ process_vm_readv], [http://www.unix.com/man-page/Linux/2/process_vm_writev/ process_vm_writev]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/times/ times]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/acct/ acct]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getrlimit/ getrlimit], [http://www.unix.com/man-page/Linux/2/setrlimit/ setrlimit], [http://www.unix.com/man-page/Linux/2/getrusage/ getrusage]&lt;br /&gt;
&lt;br /&gt;
== segnali ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/kill/ kill]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/signal/ signal]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/alarm/ alarm]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pause/ pause]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigaction/ sigaction]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigprocmask/ sigprocmask]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigsuspend/ sigsuspend]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sigpending/ sigpending]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getitimer/ getitimer], [http://www.unix.com/man-page/Linux/2/setitimer/ setitimer]&lt;br /&gt;
&lt;br /&gt;
== attesa eventi ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/select/ select]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/poll/ poll]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pselect/ pselect]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/ppoll/ ppoll]&lt;br /&gt;
&lt;br /&gt;
== comunicazione ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/pipe/ pipe]&lt;br /&gt;
&lt;br /&gt;
== memoria ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/brk/ (brk)]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mmap/ mmap], [http://www.unix.com/man-page/Linux/2/munmap/ munmap]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mprotect/ mprotect]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/mremap/ mremap]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/msync/ msync]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/madvise/ madvise]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getpagesize/ getpagesize]&lt;br /&gt;
&lt;br /&gt;
== tempo ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/time/ time]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/gettimeofday/ gettimeofday], [http://www.unix.com/man-page/Linux/2/settimeofday/ settimeofday]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/adjtimex/ adjtimex]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/nanosleep/ nanosleep]&lt;br /&gt;
&lt;br /&gt;
== misc ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/gethostname/ gethostname], [http://www.unix.com/man-page/Linux/2/sethostname/ sethostname]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getdomainname/ getdomainname], [http://www.unix.com/man-page/Linux/2/setdomainname/ setdomainname]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sched_yield/ sched_yield]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/reboot/ reboot]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sysinfo/ sysinfo], [http://www.unix.com/man-page/Linux/2/uname/ uname]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/capget/ capget], [http://www.unix.com/man-page/Linux/2/capset/ capset]&lt;br /&gt;
&lt;br /&gt;
== sysV IPC ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/shmget/ ''shmget], [http://www.unix.com/man-page/Linux/2/shmat/ shmat], [http://www.unix.com/man-page/Linux/2/shmdt/ shmdt], [http://www.unix.com/man-page/Linux/2/shmctl/ shmctl'']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/semget/ ''semget], [http://www.unix.com/man-page/Linux/2/semop/ semop], [http://www.unix.com/man-page/Linux/2/semctl/ semctl'']&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/msgget/ ''msgget], [http://www.unix.com/man-page/Linux/2/msgsnd/ msgsnd], [http://www.unix.com/man-page/Linux/2/msgrcv/ msgrcv], [http://www.unix.com/man-page/Linux/2/msgctl/ msgctl'']&lt;br /&gt;
&lt;br /&gt;
== Berkeley socket ==&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/socket/ socket]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/bind/ bind]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/listen/ listen]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/accept/ accept]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/connect/ connect]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sendto/ sendto], [http://www.unix.com/man-page/Linux/2/recvfrom/ recvfrom]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sendmsg/ sendmsg], [http://www.unix.com/man-page/Linux/2/recvmsg/ recvmsg]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/sengmmsg/ sengmmsg], [http://www.unix.com/man-page/Linux/2/recvmmsg/ recvmmsg]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/shutdown/ shutdown]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getsockname/ getsockname], [http://www.unix.com/man-page/Linux/2/getpeername/ getpeername]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/socketpair/ socketpair]&lt;br /&gt;
* [http://www.unix.com/man-page/Linux/2/getsockopt/ getsockopt], [http://www.unix.com/man-page/Linux/2/setsockopt/ setsockopt]&lt;/div&gt;</summary>
		<author><name>FilippoVigani</name></author>
	</entry>
</feed>