manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 50 for PW (0.012 sec.)
Man page of GETPWENT 9249
GETPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw ... went, setpwent, endpwent - パスワードファイルのエントリーの取得 ... 書式 #include < sys/types.h > #include < pwd.h > struct passwd *getpwent(void); void setpwent( ... void); void endpwent(void); glibc 向けの機能検査マクロの要件 ( featu ... re_test_macros (7) 参照): getpwent (), setpwent (), endpwent (): _XOPEN_SOURCE >= ...
https://man.plustar.jp/manpage/man3/endpwent.3.html - [similar]
Man page of GETPWENT 9249
GETPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw ... went, setpwent, endpwent - パスワードファイルのエントリーの取得 ... 書式 #include < sys/types.h > #include < pwd.h > struct passwd *getpwent(void); void setpwent( ... void); void endpwent(void); glibc 向けの機能検査マクロの要件 ( featu ... re_test_macros (7) 参照): getpwent (), setpwent (), endpwent (): _XOPEN_SOURCE >= ...
https://man.plustar.jp/manpage/man3/getpwent.3.html - [similar]
Man page of GETPWENT 9249
GETPWENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getpw ... went, setpwent, endpwent - パスワードファイルのエントリーの取得 ... 書式 #include < sys/types.h > #include < pwd.h > struct passwd *getpwent(void); void setpwent( ... void); void endpwent(void); glibc 向けの機能検査マクロの要件 ( featu ... re_test_macros (7) 参照): getpwent (), setpwent (), endpwent (): _XOPEN_SOURCE >= ...
https://man.plustar.jp/manpage/man3/setpwent.3.html - [similar]
Man page of NEWUSERS 8452
NEWUSERS Section: Maintenance Commands (8) Index JM Home Page 名前 newusers - ユーザの新規作成や ... パスワードファイル ( passwd (5) 参照) と同じである。 pw_passwd このフィールドが暗号化され、新しい暗号化パス ... ワードとなる。 pw_age このフィールドは shadow ファイル向けの情報であ ... るが、 ユーザがすでに存在する場合は無視される。 pw_gid このフィールドに既存のグループを指定した場合は ... は、 そのグループ ID で新たなグループが作成される。 pw_dir このフィールドで指定したディレクトリがすでに存 ...
https://man.plustar.jp/manpage/man8/newusers.8.html - [similar]
Man page of GETGROUPLIST 8166
GETGROUPLIST Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... include < stdlib.h > #include < grp.h > #include < pwd.h > int main(int argc, char *argv[]) { int ngroup ... s; struct passwd *pw; struct group *gr; if (argc != 3) { fprintf(stderr ... wd structure (contains first group ID for user) */ pw = getpwnam(argv[1]); if (pw == NULL) { perror("get ... * Retrieve group list */ if (getgrouplist(argv[1], pw->pw_gid, groups, &ngroups) == -1) { fprintf(stderr ...
https://man.plustar.jp/manpage/man3/getgrouplist.3.html - [similar]
Man page of PWAUTH 8016
PWAUTH Section: Maintenance Commands (8) Index JM Home Page 名前 pwauth - 管理者が設定するパスワ ... 証プログラムが設定されていると判断した場合は、 常に pw_auth 関数が呼び出される。 最初のエントリは useradd ... 更やユーザアカウントの削除といった変更が発生すると、 pw_auth 関数が呼び出される。 この関数は各ユーザアカウ ... ばならない。 関連項目 login (1), passwd (1), su (1), pw_auth (3), useradd (8), userdel (8), usermod (8) 著 ... ix.netcom.com ) 関連キーワード 認証 , プログラム , PWAUTH , ユーザ , アカウント , 関数 , auth , pw , 設定 ...
https://man.plustar.jp/manpage/man8/pwauth.8.html - [similar]
Man page of BACKGAMMON 6963
BACKGAMMON Section: Games and Demos (6) Updated: May 31, 1993 Index JM Home Page 名称 backgammon ... ックギャモンのゲーム 書式 backgammon [ -h n r w b pr pw pb t term s file ] 解説 このプログラムを使えば、コ ... (-n を含みます) -pr 赤の手番の前に盤面を表示する -pw 白の手番の前に盤面を表示する -pb 両プレイヤーの手番 ...
https://man.plustar.jp/manpage/man6/backgammon.6.html - [similar]
Man page of BACKGAMMON 6963
BACKGAMMON Section: Games and Demos (6) Updated: May 31, 1993 Index JM Home Page 名称 backgammon ... ックギャモンのゲーム 書式 backgammon [ -h n r w b pr pw pb t term s file ] 解説 このプログラムを使えば、コ ... (-n を含みます) -pr 赤の手番の前に盤面を表示する -pw 白の手番の前に盤面を表示する -pb 両プレイヤーの手番 ...
https://man.plustar.jp/manpage/man6/teachgammon.6.html - [similar]
Man page of LIDSADM 6828
LIDSADM Section: Maintenance Commands (8) Index JM Home Page 名前 lidsadm - Linux Intrusion Dete ... -P RipeMD-160 で暗号化されたLIDS のパスワード(lids.pw に保存される) を設 定する。 -S LIDS の保護機能を変 ... ds/lids.net - e-mail アラートの設定 /etc/lids/lids.pw - 暗号化されたLIDS パスワード 関連項目 lidsconf (8 ...
https://man.plustar.jp/manpage/man8/lidsadm.8.html - [similar]
Man page of SHADOW 6617
SHADOW Section: C Library Functions (3) Index JM Home Page 名前 shadow - 暗号化されたパスワードフ ... ァイル用ルーチン 書式 #include < shadow.h > struct spwd *getspent(); struct spwd *getspnam(char *name ); ... void setspent(); void endspent(); struct spwd *fgetspent(FILE *fp ); struct spwd *sgetspent(cha ... r *cp ); int putspent(struct spwd *p, FILE *fp ); int lckpwdf(); int ulckpwdf(); 説 ... ファイルに与えられている構造体は以下の通り。 struct spwd { char *sp_namp; /* user login name */ char *sp_p ...
https://man.plustar.jp/manpage/man3/shadow.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