From: "mame (Yusuke Endoh)" Date: 2012-11-20T23:29:46+09:00 Subject: [ruby-core:49756] [ruby-trunk - Feature #7060] Broaden support for chmod Issue #7060 has been updated by mame (Yusuke Endoh). Target version set to next minor ---------------------------------------- Feature #7060: Broaden support for chmod https://bugs.ruby-lang.org/issues/7060#change-33335 Author: tonysidaway (Tony Sidaway) Status: Open Priority: Low Assignee: Category: Target version: next minor 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/