diff options
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 7a63890..d5f9a34 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -641,6 +641,13 @@ and \var{gid}. Availability: \UNIX. \end{funcdesc} +\begin{funcdesc}{lchown}{path, uid, gid} +Change the owner and group id of \var{path} to the numeric \var{uid} +and gid. This function will not follow symbolic links. +Availability: \UNIX. +\versionadded{2.3} +\end{funcdesc} + \begin{funcdesc}{link}{src, dst} Create a hard link pointing to \var{src} named \var{dst}. Availability: \UNIX. |