最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.023秒)
トップページ
>
:
stat
>
:setuid?
別のキーワード
_builtin stat
gc stat
csv stat
pathname stat
ライブラリ
ビルトイン
(12)
クラス
File
::
Stat
(12)
検索結果
先頭1件
File
::
Stat
#
setuid? -> bool
File
::
Stat
#
setuid? -> bool
(21113.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
setuidされている時に真を返します。
...
setuidされている時に真を返します。
//emlist[][ruby]{
Dir.glob("/bin/*") {|bd|
if File::
Stat
.new(bd).
setuid?
puts bd
end
}
#例
#...
#=> /bin/ping
#=> /bin/su
#...
//}
...
File::Stat