File.lchmod(mode_int, file_name, ...) â integer
Class Public methods
Equivalent to File::chmod
, but does not follow symbolic links
(so it will change the permissions associated with the link, not the file
referenced by the link). Often not available.
Please login to continue.