manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 50 for pw (0.002 sec.)
Man page of PWAUTH 11580
PWAUTH Section: C Library Functions (3) Index JM Home Page 名前 pwauth - 管理者の設定したパスワー ... ド認証ルーチン 書式 #include < pwauth.h > int pw_auth (char *command, char *user, in ... t reason, char *input) ; 説明 pw_auth は、与えられたユーザに対して管理者が設定した関 ... 決めることもできる。 reason は以下のいずれかである。 PW_SU 指定されたユーザの実ユーザ ID に切り替えようとし ... 後にユーザ名を指定して認証プログラムが呼び出される。 PW_LOGIN 新たにログインセッションを作り出そうとしてい ...
https://man.plustar.jp/manpage/man3/pw_auth.3.html - [similar]
Man page of GETPWENT_R 10843
GETPWENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... tpwent_r, fgetpwent_r - パスワードファイルのエントリー ... を リエントラントで取り出す 書式 #include < pwd.h > int getpwent_r(struct passwd * pwbuf , char * ... buf , size_t buflen , struct passwd ** pwbufp ); int fgetpwent_r(FILE * stream , struct pass ... wd * pwbuf , char * buf , size_t buflen , struct passwd ** ...
https://man.plustar.jp/manpage/man3/fgetpwent_r.3.html - [similar]
Man page of GETPWENT_R 10843
GETPWENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... tpwent_r, fgetpwent_r - パスワードファイルのエントリー ... を リエントラントで取り出す 書式 #include < pwd.h > int getpwent_r(struct passwd * pwbuf , char * ... buf , size_t buflen , struct passwd ** pwbufp ); int fgetpwent_r(FILE * stream , struct pass ... wd * pwbuf , char * buf , size_t buflen , struct passwd ** ...
https://man.plustar.jp/manpage/man3/getpwent_r.3.html - [similar]
Man page of PUTPWENT 9745
PUTPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 putpw ... de < stdio.h > #include < sys/types.h > #include < pwd.h > int putpwent(const struct passwd * p , FILE * ... 検査マクロの要件 ( feature_test_macros (7) 参照): putpwent (): glibc 2.19 以降: _DEFAULT_SOURCE glibc 2.19 ... 以前: _SVID_SOURCE 説明 putpwent () 関数は、構造体 p からのパスワードエントリーを ... びつけられたファイルに書き込む。 passwd 構造体は、 < pwd.h > で以下のように定義されている: struct passwd { ...
https://man.plustar.jp/manpage/man3/putpwent.3.html - [similar]
Man page of GETPWNAM 9700
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... リーの取得 書式 #include < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); ... struct passwd *getpwuid(uid_t uid ); int getpwnam_r(const char * name , ... struct passwd * pwd , char * buf , size_t buflen , struct passwd ** r ...
https://man.plustar.jp/manpage/man3/getpwnam.3.html - [similar]
Man page of GETPWNAM 9700
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... リーの取得 書式 #include < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); ... struct passwd *getpwuid(uid_t uid ); int getpwnam_r(const char * name , ... struct passwd * pwd , char * buf , size_t buflen , struct passwd ** r ...
https://man.plustar.jp/manpage/man3/getpwnam_r.3.html - [similar]
Man page of GETPWNAM 9700
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... リーの取得 書式 #include < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); ... struct passwd *getpwuid(uid_t uid ); int getpwnam_r(const char * name , ... struct passwd * pwd , char * buf , size_t buflen , struct passwd ** r ...
https://man.plustar.jp/manpage/man3/getpwuid.3.html - [similar]
Man page of GETPWNAM 9700
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getpw ... wnam, getpwnam_r, getpwuid, getpwuid_r - パスワードファイルのエ ... リーの取得 書式 #include < sys/types.h > #include < pwd.h > struct passwd *getpwnam(const char * name ); ... struct passwd *getpwuid(uid_t uid ); int getpwnam_r(const char * name , ... struct passwd * pwd , char * buf , size_t buflen , struct passwd ** r ...
https://man.plustar.jp/manpage/man3/getpwuid_r.3.html - [similar]
Man page of FGETPWENT 9444
FGETPWENT Section: Linux Programmer's Manual (3) Updated: 2018-02-02 Index JM Home Page 名前 fge ... tpwent - パスワードファイルエントリーの取り出し 書式 # ... de < stdio.h > #include < sys/types.h > #include < pwd.h > struct passwd *fgetpwent(FILE * stream ); gli ... 査マクロの要件 ( feature_test_macros (7) 参照): fgetpwent (): glibc 2.19 以降: _DEFAULT_SOURCE glibc 2.19 ... 以前: _SVID_SOURCE 説明 fgetpwent () 関数は、 stream から得られた行を分解したフィ ...
https://man.plustar.jp/manpage/man3/fgetpwent.3.html - [similar]
Man page of GETPW 9399
GETPW Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw - ... os (7) 参照 */ #include < sys/types.h > #include < pwd.h > int getpw(uid_t uid , char * buf ); 説明 getp ... passwd:uid:gid:gecos:dir:shell passwd 構造体は、 < pwd.h > で以下のように定義されている: struct passwd { ... char *pw_name; /* ユーザー名 */ char *pw_passwd; /* ユーザー ... のパスワード */ uid_t pw_uid; /* ユーザー ID */ gid_t pw_gid; /* グループ I ...
https://man.plustar.jp/manpage/man3/getpw.3.html - [similar]
PREV 1 2 3 4 5 NEXT

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