manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 583 for Id (0.056 sec.)
Man page of SETRESUID 5234
SETRESUID Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 set ... resuid, setresgid - ユーザーやグループの 実、実効、保存 I ... acros (7) 参照 */ #include < unistd.h > int setresuid(uid_t ruid , uid_t euid , uid_t suid ); int setres ... gid(gid_t rgid , gid_t egid , gid_t sgid ); 説明 setre ... suid () は呼び出し元のプロセスの実 (real) ユーザーID、実 ...
https://man.plustar.jp/manpage/man2/setresuid32.2.html - [similar]
Man page of LD.SO 5159
LD.SO Section: Linux Programmer's Manual (8) Updated: 2014-12-31 Index JM Home Page 名前 ld.so, ... RARY_PATH を用いる。 ただし実行ファイルが set-user-ID/set-group-ID バイナリの場合、 これは無視される。 o ... TH と RUNPATH の情報を無視する。 ld.so が set-user-ID か set-group-ID されている場合、 このオプションは無 ... する。 PATH 環境変数と同じように指定する。 set-user-ID/set-group-ID されたプログラムでは無視される。 LD_P ... 明」の節で述べたルールを基いて検索される。 set-user-ID/set-group-ID された ELF バイナリでは、スラッシュを ...
https://man.plustar.jp/manpage/man8/ld-linux.8.html - [similar]
Man page of LD.SO 5159
LD.SO Section: Linux Programmer's Manual (8) Updated: 2014-12-31 Index JM Home Page 名前 ld.so, ... RARY_PATH を用いる。 ただし実行ファイルが set-user-ID/set-group-ID バイナリの場合、 これは無視される。 o ... TH と RUNPATH の情報を無視する。 ld.so が set-user-ID か set-group-ID されている場合、 このオプションは無 ... する。 PATH 環境変数と同じように指定する。 set-user-ID/set-group-ID されたプログラムでは無視される。 LD_P ... 明」の節で述べたルールを基いて検索される。 set-user-ID/set-group-ID された ELF バイナリでは、スラッシュを ...
https://man.plustar.jp/manpage/man8/ld-linux.so.8.html - [similar]
Man page of LD.SO 5159
LD.SO Section: Linux Programmer's Manual (8) Updated: 2014-12-31 Index JM Home Page 名前 ld.so, ... RARY_PATH を用いる。 ただし実行ファイルが set-user-ID/set-group-ID バイナリの場合、 これは無視される。 o ... TH と RUNPATH の情報を無視する。 ld.so が set-user-ID か set-group-ID されている場合、 このオプションは無 ... する。 PATH 環境変数と同じように指定する。 set-user-ID/set-group-ID されたプログラムでは無視される。 LD_P ... 明」の節で述べたルールを基いて検索される。 set-user-ID/set-group-ID された ELF バイナリでは、スラッシュを ...
https://man.plustar.jp/manpage/man8/ld.so.8.html - [similar]
Man page of CLOCK_GETCPUCLOCKID 5114
CLOCK_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Pag ... e 名前 clock_getcpuclockid - プロセスの CPU 時刻のクロック ID を取得する 書式 ... #include < time.h > int clock_getcpuclockid(pid_t pid , clockid_t * clockid ); -lrt とリンクす ... ( feature_test_macros (7) 参照): clock_getcpuclockid (): _POSIX_C_SOURCE >= 200112L 説明 clock_getcpucl ... ockid () 関数は、 プロセス ID が pid のプロセスの CPU 時 ...
https://man.plustar.jp/manpage/man3/clock_getcpuclockid.3.html - [similar]
Man page of GETGROUPS 5061
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... groups, setgroups - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types. ... > #include < unistd.h > int getgroups(int size , gid_t list []); #include < grp.h > int setgroups(size_ ... t size , const gid_t * list ); glibc 向けの機能検査マクロの要件 ( fea ... び出し元プロセスの補助グループ (supplementary group) ID を list に返す。 size 引数には、 list により参照さ ...
https://man.plustar.jp/manpage/man2/getgroups.2.html - [similar]
Man page of GETGROUPS 5061
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... groups, setgroups - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types. ... > #include < unistd.h > int getgroups(int size , gid_t list []); #include < grp.h > int setgroups(size_ ... t size , const gid_t * list ); glibc 向けの機能検査マクロの要件 ( fea ... び出し元プロセスの補助グループ (supplementary group) ID を list に返す。 size 引数には、 list により参照さ ...
https://man.plustar.jp/manpage/man2/getgroups32.2.html - [similar]
Man page of GETSID 5061
GETSID Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 getsid ... - セッション ID を取得する。 書式 #include < sys/types.h > #includ ... e < unistd.h > pid_t getsid(pid_t pid ); glibc 向けの機能検査マクロの ... 要件 ( feature_test_macros (7) 参照): getsid (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ ... _POSIX_C_SOURCE >= 200809L 説明 getsid(0) は呼び出し元のプロセスのセッション ID を返す。 ...
https://man.plustar.jp/manpage/man2/getsid.2.html - [similar]
Man page of GETGROUPS 5061
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... groups, setgroups - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types. ... > #include < unistd.h > int getgroups(int size , gid_t list []); #include < grp.h > int setgroups(size_ ... t size , const gid_t * list ); glibc 向けの機能検査マクロの要件 ( fea ... び出し元プロセスの補助グループ (supplementary group) ID を list に返す。 size 引数には、 list により参照さ ...
https://man.plustar.jp/manpage/man2/setgroups.2.html - [similar]
Man page of GETGROUPS 5061
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... groups, setgroups - 補助グループ ID のリストを取得/設定する 書式 #include < sys/types. ... > #include < unistd.h > int getgroups(int size , gid_t list []); #include < grp.h > int setgroups(size_ ... t size , const gid_t * list ); glibc 向けの機能検査マクロの要件 ( fea ... び出し元プロセスの補助グループ (supplementary group) ID を list に返す。 size 引数には、 list により参照さ ...
https://man.plustar.jp/manpage/man2/setgroups32.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022