Go to the first, previous, next, last section, table of contents.

$( : プロセスの実 gid

$( : プロセスの実 gid。

同時に複数のグループに属することをサポートするマシンでは、 スペースで区切られたユーザが属しているグループのリストとなる。 最初のものは getgid() で得られるものである。 残りは getgroups() で得られるものであり、 その内の一つは最初のものと同じかも知れない。

覚え方:
parentheses are used to GROUP things. The real gid is the group you LEFT, if you're running setgid.


Go to the first, previous, next, last section, table of contents.