manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 149 for execve (0.009 sec.)
Man page of EXECVE 16725
EXECVE Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 execve ... プログラムを実行する 書式 #include < unistd.h > int execve(const char * pathname , char *const argv [], char ... *const envp []); 説明 execve () executes the program referred to by pathname . ... be accessed via the external variable environ (7). execve () does not return on success, and the text, initi ... program. 元のプログラムが ptrace されている場合、 execve () が成功した後に そのプログラムに SIGTRAP シグナル ...
https://man.plustar.jp/manpage/man2/execve.2.html - [similar]
Man page of CAPABILITIES 10096
CAPABILITIES Section: Linux Programmer's Manual (7) Updated: 2015-02-01 Index JM Home Page 名前 ... イルをオープンするシステムコール (例えば accept (2), execve (2), open (2), pipe (2)) でシステム全体でオープンで ... ィをファイルケーパビリティで許可しているプログラムを execve (2) しない限りは) もう一度獲得することはできない。 ... 継承可能 (inheritable) : execve (2) を前後で保持されるケーパビリティセットである。 ... この仕組みを使うことで、あるプロセスが execve (2) を行う際に新しいプログラムの許可ケーパビリティ ...
https://man.plustar.jp/manpage/man7/capabilities.7.html - [similar]
Man page of VFORK 7894
VFORK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 vfork - ... アプリケーションにおいて 子プロセスを生成してすぐに execve (2) する場合に有用かもしれない。 vfork () differs ... delivery of a fatal signal), or it makes a call to execve (2). Until that point, the child shares all memory ... モリーを解放した後 (すなわち、子プロセスが終了するか execve (2) を呼んだ後) に到着する。 歴史的な説明 Linux に ... プロセスのアドレス空間を完全にコピー するかわりに、 execve (2) をコールするか exit が起きるまで親プロセスのメ ...
https://man.plustar.jp/manpage/man2/vfork.2.html - [similar]
Man page of EXEC 7894
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... escribed in this manual page are layered on top of execve (2). (See the manual page for execve (2) for furth ... ルが実行ファイルでない場合 (このとき呼び出そうとした execve (2) はエラー EACCES で失敗する)、これらの関数は残り ... 形式として認識できない場合 (このとき呼び出そうとした execve (2) はエラー ENOEXEC で失敗する)、これらの関数はそ ... ー これら全ての関数は失敗する場合がある。その場合、 execve (2) に対して規定されたエラーが errno に設定される。 ...
https://man.plustar.jp/manpage/man3/exec.3.html - [similar]
Man page of EXEC 7894
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... escribed in this manual page are layered on top of execve (2). (See the manual page for execve (2) for furth ... ルが実行ファイルでない場合 (このとき呼び出そうとした execve (2) はエラー EACCES で失敗する)、これらの関数は残り ... 形式として認識できない場合 (このとき呼び出そうとした execve (2) はエラー ENOEXEC で失敗する)、これらの関数はそ ... ー これら全ての関数は失敗する場合がある。その場合、 execve (2) に対して規定されたエラーが errno に設定される。 ...
https://man.plustar.jp/manpage/man3/execl.3.html - [similar]
Man page of EXEC 7894
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... escribed in this manual page are layered on top of execve (2). (See the manual page for execve (2) for furth ... ルが実行ファイルでない場合 (このとき呼び出そうとした execve (2) はエラー EACCES で失敗する)、これらの関数は残り ... 形式として認識できない場合 (このとき呼び出そうとした execve (2) はエラー ENOEXEC で失敗する)、これらの関数はそ ... ー これら全ての関数は失敗する場合がある。その場合、 execve (2) に対して規定されたエラーが errno に設定される。 ...
https://man.plustar.jp/manpage/man3/execle.3.html - [similar]
Man page of EXEC 7894
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... escribed in this manual page are layered on top of execve (2). (See the manual page for execve (2) for furth ... ルが実行ファイルでない場合 (このとき呼び出そうとした execve (2) はエラー EACCES で失敗する)、これらの関数は残り ... 形式として認識できない場合 (このとき呼び出そうとした execve (2) はエラー ENOEXEC で失敗する)、これらの関数はそ ... ー これら全ての関数は失敗する場合がある。その場合、 execve (2) に対して規定されたエラーが errno に設定される。 ...
https://man.plustar.jp/manpage/man3/execlp.3.html - [similar]
Man page of EXEC 7894
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... escribed in this manual page are layered on top of execve (2). (See the manual page for execve (2) for furth ... ルが実行ファイルでない場合 (このとき呼び出そうとした execve (2) はエラー EACCES で失敗する)、これらの関数は残り ... 形式として認識できない場合 (このとき呼び出そうとした execve (2) はエラー ENOEXEC で失敗する)、これらの関数はそ ... ー これら全ての関数は失敗する場合がある。その場合、 execve (2) に対して規定されたエラーが errno に設定される。 ...
https://man.plustar.jp/manpage/man3/execv.3.html - [similar]
Man page of EXEC 7894
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... escribed in this manual page are layered on top of execve (2). (See the manual page for execve (2) for furth ... ルが実行ファイルでない場合 (このとき呼び出そうとした execve (2) はエラー EACCES で失敗する)、これらの関数は残り ... 形式として認識できない場合 (このとき呼び出そうとした execve (2) はエラー ENOEXEC で失敗する)、これらの関数はそ ... ー これら全ての関数は失敗する場合がある。その場合、 execve (2) に対して規定されたエラーが errno に設定される。 ...
https://man.plustar.jp/manpage/man3/execvp.3.html - [similar]
Man page of EXEC 7894
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... escribed in this manual page are layered on top of execve (2). (See the manual page for execve (2) for furth ... ルが実行ファイルでない場合 (このとき呼び出そうとした execve (2) はエラー EACCES で失敗する)、これらの関数は残り ... 形式として認識できない場合 (このとき呼び出そうとした execve (2) はエラー ENOEXEC で失敗する)、これらの関数はそ ... ー これら全ての関数は失敗する場合がある。その場合、 execve (2) に対して規定されたエラーが errno に設定される。 ...
https://man.plustar.jp/manpage/man3/execvpe.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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