next up previous contents
Next: Il Virtual File System Up: Funzioni su link simbolici Previous: lettura   Indice

reperimento informazioni e manipolazione permessi

$ \texttt{int lstat(const char *}$pathname, $ \texttt{struct stat *}$buf $ \texttt{);}$
$ \texttt{int lchown(const char *}$pathname, $ \texttt{uid\_t}$ owner, $ \texttt{gid\_t}$ group $ \texttt{);}$

Queste due routine permettono l'esecuzione delle operazioni $ \texttt{stat()}$ e $ \texttt{chown()}$ senza che i link simbolici vengano seguiti.



2004-11-19