manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 583 for Id (0.011 sec.)
Man page of MAKEDEV 5805
MAKEDEV Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 maked ... v ); unsigned int minor(dev_t dev ); 説明 デバイス ID は、メジャー ID とマイナー ID の二つの部分から構成 ... される。 メジャー ID はデバイスクラスの識別に使用され、マイナー ID は そ ... のデバイスインスタンスの識別に使用される。 デバイス ID は dev_t 型を用いて表現される。 makedev () は、指定 ... されたメジャー ID とマイナー ID を組み合わせて デバイス ID を生成し、 ...
https://man.plustar.jp/manpage/man3/major.3.html - [similar]
Man page of MAKEDEV 5805
MAKEDEV Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 maked ... v ); unsigned int minor(dev_t dev ); 説明 デバイス ID は、メジャー ID とマイナー ID の二つの部分から構成 ... される。 メジャー ID はデバイスクラスの識別に使用され、マイナー ID は そ ... のデバイスインスタンスの識別に使用される。 デバイス ID は dev_t 型を用いて表現される。 makedev () は、指定 ... されたメジャー ID とマイナー ID を組み合わせて デバイス ID を生成し、 ...
https://man.plustar.jp/manpage/man3/makedev.3.html - [similar]
Man page of MAKEDEV 5805
MAKEDEV Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 maked ... v ); unsigned int minor(dev_t dev ); 説明 デバイス ID は、メジャー ID とマイナー ID の二つの部分から構成 ... される。 メジャー ID はデバイスクラスの識別に使用され、マイナー ID は そ ... のデバイスインスタンスの識別に使用される。 デバイス ID は dev_t 型を用いて表現される。 makedev () は、指定 ... されたメジャー ID とマイナー ID を組み合わせて デバイス ID を生成し、 ...
https://man.plustar.jp/manpage/man3/minor.3.html - [similar]
Man page of SETUID 5655
SETUID Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 setuid ... - ユーザー識別 (identity) を設定する 書式 #include < sys/types.h > #i ... nclude < unistd.h > int setuid(uid_t uid ); 説明 setuid () sets the effective use ... r ID of the calling process. If the calling process is ... ed (more precisely: if the process has the CAP_SETUID capability in its user namespace), the real UID an ...
https://man.plustar.jp/manpage/man2/setuid.2.html - [similar]
Man page of SETUID 5655
SETUID Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 setuid ... - ユーザー識別 (identity) を設定する 書式 #include < sys/types.h > #i ... nclude < unistd.h > int setuid(uid_t uid ); 説明 setuid () sets the effective use ... r ID of the calling process. If the calling process is ... ed (more precisely: if the process has the CAP_SETUID capability in its user namespace), the real UID an ...
https://man.plustar.jp/manpage/man2/setuid32.2.html - [similar]
Man page of EXECVE 5609
EXECVE Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 execve ... pathname で参照されるプログラムファイルに set-user-ID ビットが設定されている場合、呼び出したプロセスの実 ... 効 (effective) ユーザー ID は プログラムファイルの所有者 (owner) に変更される ... 。 同様に、プログラムファイルに set-group-ID ビットが設定されていた場合、 呼び出したプロセスの有 ... 効グループ ID は プログラムファイルのグループに変更される。 The ...
https://man.plustar.jp/manpage/man2/execve.2.html - [similar]
JM Project (Japanese)::List(man1) 5579
Linux マニュアル 一覧表 man2 linuxマニュアルの man2 一覧表です。 Linux マニュアル 一覧表 [ man1 ... domainname - NIS ドメイン名の取得・設定をする getegid getgid, getegid - グループ ID を得る getegid32 get ... gid, getegid - グループ ID を得る geteuid getuid, gete ... uid - ユーザー ID を得る geteuid32 getuid, geteuid - ユ ... ーザー ID を得る getgid getgid, getegid - グループ ID を得る ...
https://man.plustar.jp/manpage/man_2.html - [similar]
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/setresgid.2.html - [similar]
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/setresgid32.2.html - [similar]
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/setresuid.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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