manページ検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 1260 for プログラム (1.235 sec.)
Man page of UTMP 2825
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... テムを使っているかという情報 が得られる。ただすべてのプログラムが utmp ファイルを 更新しているわけではないので、実際 ... ている可能性がある。 警告: (愚かにも) 多くのシステムプログラムがその整合性に依存しているので、 utmp ファイルは "ot ... または agetty (8)) により管理されている。 これらのプログラムはどれもファイルを新たに作成しないので、 ファイルを削 ... は、 ut_type が無いことである。 そのため v7/BSD 系のプログラムでは (たとえば) 死んだ状態のエントリーや ログイン状態 ...
https://man.plustar.jp/manpage/man5/utmpx.5.html - [similar]
Man page of UTMP 2825
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... テムを使っているかという情報 が得られる。ただすべてのプログラムが utmp ファイルを 更新しているわけではないので、実際 ... ている可能性がある。 警告: (愚かにも) 多くのシステムプログラムがその整合性に依存しているので、 utmp ファイルは "ot ... または agetty (8)) により管理されている。 これらのプログラムはどれもファイルを新たに作成しないので、 ファイルを削 ... は、 ut_type が無いことである。 そのため v7/BSD 系のプログラムでは (たとえば) 死んだ状態のエントリーや ログイン状態 ...
https://man.plustar.jp/manpage/man5/wtmp.5.html - [similar]
Man page of PWCONV 2825
PWCONV Section: Maintenance Commands (8) Updated: 26 Sep 1997 Index JM Home Page 名前 pwconv, pw ... wconv pwunconv grpconv grpunconv 説明 これら 4 つのプログラムは、 通常のパスワードファイル・グループファイルと、 ... hadow から group を作成し、 gshadow を削除する。 各プログラムは変換前に、必要なロックを要求する。 pwconv と grpco ... 書かれたパスワードは `x' に置き換えられる。 これらのプログラムは、初めて変換を行うときにも、 また通常のファイルを手 ... ラーがパスワードファイルやグループファイルにあると、 プログラムは永遠にループしたり、おかしな形で失敗するかもしれな ...
https://man.plustar.jp/manpage/man8/grpconv.8.html - [similar]
Man page of PWCONV 2825
PWCONV Section: Maintenance Commands (8) Updated: 26 Sep 1997 Index JM Home Page 名前 pwconv, pw ... wconv pwunconv grpconv grpunconv 説明 これら 4 つのプログラムは、 通常のパスワードファイル・グループファイルと、 ... hadow から group を作成し、 gshadow を削除する。 各プログラムは変換前に、必要なロックを要求する。 pwconv と grpco ... 書かれたパスワードは `x' に置き換えられる。 これらのプログラムは、初めて変換を行うときにも、 また通常のファイルを手 ... ラーがパスワードファイルやグループファイルにあると、 プログラムは永遠にループしたり、おかしな形で失敗するかもしれな ...
https://man.plustar.jp/manpage/man8/grpunconv.8.html - [similar]
Man page of PWCONV 2825
PWCONV Section: Maintenance Commands (8) Updated: 26 Sep 1997 Index JM Home Page 名前 pwconv, pw ... wconv pwunconv grpconv grpunconv 説明 これら 4 つのプログラムは、 通常のパスワードファイル・グループファイルと、 ... hadow から group を作成し、 gshadow を削除する。 各プログラムは変換前に、必要なロックを要求する。 pwconv と grpco ... 書かれたパスワードは `x' に置き換えられる。 これらのプログラムは、初めて変換を行うときにも、 また通常のファイルを手 ... ラーがパスワードファイルやグループファイルにあると、 プログラムは永遠にループしたり、おかしな形で失敗するかもしれな ...
https://man.plustar.jp/manpage/man8/pwconv.8.html - [similar]
Man page of PWCONV 2825
PWCONV Section: Maintenance Commands (8) Updated: 26 Sep 1997 Index JM Home Page 名前 pwconv, pw ... wconv pwunconv grpconv grpunconv 説明 これら 4 つのプログラムは、 通常のパスワードファイル・グループファイルと、 ... hadow から group を作成し、 gshadow を削除する。 各プログラムは変換前に、必要なロックを要求する。 pwconv と grpco ... 書かれたパスワードは `x' に置き換えられる。 これらのプログラムは、初めて変換を行うときにも、 また通常のファイルを手 ... ラーがパスワードファイルやグループファイルにあると、 プログラムは永遠にループしたり、おかしな形で失敗するかもしれな ...
https://man.plustar.jp/manpage/man8/pwunconv.8.html - [similar]
Man page of TFTP 2814
TFTP Section: User Commands (1) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 tftp - 簡 ... 単なファイル転送プログラム 書式 tftp [ host ] 説明 tftp は、Internet TFTP (Tr ... プロトコル) の ユーザーインターフェースである。 このプログラムにより、ユーザーはリモートマシンと相互にファイルを転 ...
https://man.plustar.jp/manpage/man1/tftp.1.html - [similar]
Man page of FREXP 2814
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... の関数は SVr4, 4.3BSD, C89 にも準拠している。 例 このプログラムを実行すると以下のような結果となる: $ ./a.out 2560 f ... ./a.out -4 frexp(-4, &e) = -0.5: -0.5 * 2ha3 = -4 プログラムのソース #include < math.h > #include < float.h > #i ... ] Index 名前 書式 説明 返り値 エラー 属性 準拠 例 プログラムのソース 関連項目 この文書について This document was ...
https://man.plustar.jp/manpage/man3/frexp.3.html - [similar]
Man page of FREXP 2814
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... の関数は SVr4, 4.3BSD, C89 にも準拠している。 例 このプログラムを実行すると以下のような結果となる: $ ./a.out 2560 f ... ./a.out -4 frexp(-4, &e) = -0.5: -0.5 * 2ha3 = -4 プログラムのソース #include < math.h > #include < float.h > #i ... ] Index 名前 書式 説明 返り値 エラー 属性 準拠 例 プログラムのソース 関連項目 この文書について This document was ...
https://man.plustar.jp/manpage/man3/frexpf.3.html - [similar]
Man page of FREXP 2814
FREXP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 frexp, ... の関数は SVr4, 4.3BSD, C89 にも準拠している。 例 このプログラムを実行すると以下のような結果となる: $ ./a.out 2560 f ... ./a.out -4 frexp(-4, &e) = -0.5: -0.5 * 2ha3 = -4 プログラムのソース #include < math.h > #include < float.h > #i ... ] Index 名前 書式 説明 返り値 エラー 属性 準拠 例 プログラムのソース 関連項目 この文書について This document was ...
https://man.plustar.jp/manpage/man3/frexpl.3.html - [similar]
PREV 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 NEXT

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