Description Usage Arguments Details Value Author(s)
chown attepts to change the user of group ownership of items
specified by paths.
1 |
paths |
a character vectors of paths to items (files,
directories, ..) to change ownership of. |
uid |
string specifying a username or numeric scalar specifying
the |
gid |
string specifying a groupname or numeric scalar specifying
the |
follow.symlinks |
if |
Typically, regular users can only change gid and only to a
group of which they are a member. Only the superuser (root) can
change the owner uid.
Both uid and gid cannot be NA, that is currently
treated as an error.
Logical vector of the same length as paths with TRUE for
successful ownership change and FALSE if the action could not
be performed on that item.
Simon Urbanek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.