Actions
Feature #7060
openBroaden support for chmod
Feature #7060:
Broaden support for chmod
Status:
Open
Assignee:
-
Target version:
-
Description
Currently file permission bit features in all Ruby versions include only chmod and (if supported by the target platform's C library) lchmod. lchmod is not supported by all platforms, but where it is not the Posix function fchmodat usually supplies similar functionality. Suggest that this be included.
See http://pubs.opengroup.org/onlinepubs/9699919799/functions/chmod.html
Updated by mame (Yusuke Endoh) almost 13 years ago
- Target version set to 2.6
Updated by naruse (Yui NARUSE) almost 8 years ago
- Target version deleted (
2.6)
Actions