X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=fileunix.tex;h=c63f47546eb7c621181180512741788fd05814b6;hp=09e38a8ce394bb51a9cf685401ea102d7bf59bbd;hb=42a0354644ff621551dbb33e5c5e36a72a5ac2d0;hpb=9750c196d5ff86f50d77499b271ee2a29eda3407 diff --git a/fileunix.tex b/fileunix.tex index 09e38a8..c63f475 100644 --- a/fileunix.tex +++ b/fileunix.tex @@ -37,10 +37,10 @@ attivi nella cosiddetta \textit{process table} ed un elenco dei file aperti nella \textit{file table}. Ciascuna voce della \textit{process table}, che in Linux è costituita da una -struttura \var{task_struct}, che contiene tutte le informazioni relative ad +struttura \var{task\_struct}, che contiene tutte le informazioni relative ad ogni processo attivo nel sistema; fra queste c'è anche il puntatore ad una -ulteriore struttura \var{files_struct} che contiene le informazioni su tutti i -file che il processo sta usando. +ulteriore struttura \var{files\_struct} che contiene le informazioni su tutti +i file che il processo sta usando. Ciascuna voce della \textit{file table}, che in Linux è costituita da una struttura \var{file}, contiene informazioni ogni file aperto nel sistema.