Ruby 2.0.0 リファレンスマニュアル
> ライブラリ一覧
> 組み込みライブラリ
> Fileクラス
> lchmod
singleton method File.lchmod
lchmod(mode, *filename) -> Integer
[permalink][rdoc]
-
File.chmod と同様ですが、シンボリックリンクに関してリンクそのものの
モードを変更します。
- [PARAM] filename:
-
ファイル名を表す文字列を指定します。
- [PARAM] mode:
-
chmod(2) と同様に整数で指定します。
- [EXCEPTION] NotImplementedError:
-
lchmod(2) を実装していないシステムでこのメソッドを呼び出すと発生します。
- [EXCEPTION] Errno::EXXX:
-
モードの変更に失敗した場合に発生します。