From: "tonysidaway (Tony Sidaway)" Date: 2012-09-24T03:10:58+09:00 Subject: [ruby-core:47665] [ruby-trunk - Feature #7060][Open] Broaden support for chmod Issue #7060 has been reported by tonysidaway (Tony Sidaway). ---------------------------------------- Feature #7060: Broaden support for chmod https://bugs.ruby-lang.org/issues/7060 Author: tonysidaway (Tony Sidaway) Status: Open Priority: Low Assignee: Category: Target version: 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 -- http://bugs.ruby-lang.org/