Il ''catalogo'' delle System Call

From Sistemi Operativi
Revision as of 18:19, 9 March 2016 by Renzo (talk | contribs) (Created page with "== gestione processi == * fork * (clone) * execvp * wait, waitpid, wait3, wait4 * getpid, getppid == gestione file == * open, (creat) * read, write * lseek * close == ges...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gestione processi

  • fork
  • (clone)
  • execvp
  • wait, waitpid, wait3, wait4
  • getpid, getppid

gestione file

  • open, (creat)
  • read, write
  • lseek
  • close

gestione file system

  • mkdir, rmdir
  • link, symlink, readlink, unlink
  • stat, lstat, fstat


gestione utenti