例 1. posix_getegid() example This example will print out your effective group id, once you change it with posix_setegid().
|
posix_getegid() is different than posix_getgid() by you can change the effective group ID of a calling process using the posix_setegid().
posix_getgrgid() は、これをグループ名に変換します |
posix_getgid() は、実グループ ID を取得します |
posix_setgid() は、実効グループ ID を変更します |