mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Patch #573770: Implement lchown.
This commit is contained in:
parent
ddc6f4748e
commit
0cec0ffc78
6 changed files with 49 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue