るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.006秒)

キーワード

検索結果

Etc::Group (10.0)

Etc.#getgrent で得られる構造体。

...Etc.#getgrent で得られる構造体。

この構造体の値を変更してもシステムには反映されません。...

Etc::Passwd (10.0)

Etc.#getpwent で得られる構造体。

...Etc.#getpwent で得られる構造体。

この構造体の値を変更してもシステムには反映されません。

全てのシステムで提供されているメンバ。
* name
* passwd
* uid
* gid
* gecos
* dir
* shell

以降のメンバはシステムによっては提...
...供されません。
* change
* quota
* age
* class
* comment
* expire...

Struct::Group (10.0)

Alias of Etc::Group

...Alias of Etc::Group...

Struct::Passwd (10.0)

Alias of Etc::Passwd

...Alias of Etc::Passwd...