Patch #573770: Implement lchown.

This commit is contained in:
Martin v. Löwis 2002-07-28 16:33:45 +00:00
parent ddc6f4748e
commit 0cec0ffc78
6 changed files with 49 additions and 8 deletions

View file

@ -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.