File.lchown(owner_int, group_int, file_name,..) â integer
Class Public methods
Equivalent to File::chown
, but does not follow symbolic links
(so it will change the owner associated with the link, not the file
referenced by the link). Often not available. Returns number of files in
the argument list.
Please login to continue.