24件ヒット
[1-24件を表示]
(0.006秒)
ライブラリ
- ビルトイン (12)
- shell (6)
-
shell
/ process-controller (6)
クラス
- Dir (12)
- Shell (6)
-
Shell
:: ProcessController (6)
キーワード
-
block
_ output _ synchronize (6) - chroot (12)
-
debug
_ output _ synchronize (6)
検索結果
先頭3件
-
Dir
. chroot(path) -> 0 (6101.0) -
ルートディレクトリを path に変更します。
...ームのマニュアルの chroot の項も参照して下さい。
@param path ディレクトリのパスを文字列で指定します。
@raise Errno::EXXX 失敗した場合に発生します。
//emlist[例][ruby]{
p Dir.glob("*") #=> ["file1", "file2]
Dir.chroot("./")
p Dir.glob("/*")......#=> ["/file1", "/file2]
//}
@see http://opengroup.org/onlinepubs/007908799/xsh/chroot.html... -
Shell
. debug _ output _ synchronize (6101.0) -
@todo
...@todo
@see Mutex#synchronize......@todo
@see Thread::Mutex#synchronize... -
Shell
:: ProcessController . block _ output _ synchronize { . . . } -> () (6101.0) -
@todo
@todo