Results of 1 - 10 of about 136 for exec (0.026 sec.)
- Man page of RPM 10149
- RPM Section: Red Hat Linux (8) Updated: 09 June 2002 Index JM Home Page 名前 rpm - RPM パッケージ
...
たければ、以下の行を /etc/popt に加えればよい。 rpm exec --bp rpmb -bp rpm exec --bc rpmb -bc rpm exec --bi ...
rpmb -bi rpm exec --bl rpmb -bl rpm exec --ba rpmb -ba rpm exec --bb ...
rpmb -bb rpm exec --bs rpmb -bs rpm exec --tp rpmb -tp rpm exec --tc ...
rpmb -tc rpm exec --ti rpmb -ti rpm exec --tl rpmb -tl rpm exec --ta ...
-
https://man.plustar.jp/manpage/man8/rpm.8.html
- [similar]
- Man page of RE_COMP 9945
- RE_COMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 re_co
...
mp, re_exec - BSD の正規表現関数 書式 #define _REGEX_RE_COMP # ...
gex.h > char *re_comp(const char * regex ); int re_exec(const char * string ); 説明 re_comp () は、 regex ...
ず、パターンバッファーの内容は 置き換えられない。 re_exec () は、 string が指すヌルで終端された文字列が前回コ ...
合は適切なエラーメッセージへのポインターを返す。 re_exec () は、一致した場合 1 を、失敗した場合 0 を返す。 ...
-
https://man.plustar.jp/manpage/man3/re_comp.3.html
- [similar]
- Man page of RE_COMP 9945
- RE_COMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 re_co
...
mp, re_exec - BSD の正規表現関数 書式 #define _REGEX_RE_COMP # ...
gex.h > char *re_comp(const char * regex ); int re_exec(const char * string ); 説明 re_comp () は、 regex ...
ず、パターンバッファーの内容は 置き換えられない。 re_exec () は、 string が指すヌルで終端された文字列が前回コ ...
合は適切なエラーメッセージへのポインターを返す。 re_exec () は、一致した場合 1 を、失敗した場合 0 を返す。 ...
-
https://man.plustar.jp/manpage/man3/re_exec.3.html
- [similar]
- Man page of PIVOT_ROOT 9452
- PIVOT_ROOT Section: Maintenance Commands (8) Updated: Feb 23, 2000 Index JM Home Page 名前 pivot
...
ている必要がある。 cd new_root pivot_root . put_old exec chroot . command chroot は古い root と新しい root ...
黙のうちに変更するかどうかは わからないからである。 exec chroot は動作している実行ファイルを変更する。 これ ...
/hda1 /new-root cd /new-root pivot_root . old-root exec chroot . sh <dev/console >dev/console 2>&1 umount ...
keeps old root busy cd /mnt pivot_root . old_root exec chroot . sh -c 'umount /old_root; exec /sbin/init' ...
-
https://man.plustar.jp/manpage/man8/pivot_root.8.html
- [similar]
- Man page of PTHREAD_KILL_OTHER_THREADS_NP 9152
- PTHREAD_KILL_OTHER_THREADS_NP Section: C Library Functions (3) Updated: LinuxThreads Index JM Ho
...
する。 pthread_kill_other_threads_np は、スレッドが execve (2) などの exec 関数のうちの 1 つを呼び出す直前に ...
著者 Xavier Leroy < Xavier.Leroy@inria.fr > 関連項目 execve (2), pthread_setcancelstate (3), pthread_setcanc ...
3). バグ POSIX 1003.1c 規格では、 1 つのスレッドで exec* が成功した場合、 プログラム中の他のスレッドはすべ ...
の振る舞いは LinuxThreads ではまだ実装されていない。 exec* の前に pthread_kill_other_threads_np を呼び出すこ ...
-
https://man.plustar.jp/manpage/man3/pthread_kill_other_threads_np.3.html
- [similar]
- Man page of SNMPD.CONF 9056
- SNMPD.CONF Section: File Formats (5) Updated: 28 Aug 2001 Index JM Home Page 名前 /usr/share/snm
...
あり、 config.h ファイルの PROCFIXCMD で定義される。 exec NAME PROG ARGS exec MIBNUM NAME PROG ARGS MIBNUM が ...
整数 (1) に設定する snmp-set 要求により消去される。 execfix NAME PROG ARGS このディレクティブは NAME で指定 ...
ルトは、コンパイル時の値であり、 config.h ファイルの EXECFIXCMD で定義される。 disk PATH disk PATH [ MINSPAC ...
6.1.3.10 .1.3.6.1.2.1.1 パススルー制御 pass MIBOID EXEC MIBOID の全制御を EXEC プログラムに渡す。 EXEC プロ ...
-
https://man.plustar.jp/manpage/man5/snmpd.conf.5.html
- [similar]
- Man page of FANOTIFY_MARK 8852
- FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前
...
リがオープンされた際にイベントを作成する。 FAN_OPEN_EXEC (Linux 5.0 以降) Create an event when a file is op ...
ened with the intent to be executed. See NOTES for additional details. FAN_ATTRIB ...
NT を指定されて作成されている必要がある。 FAN_OPEN_EXEC_PERM (since Linux 5.0) Create an event when a perm ...
ission to open a file for execution is requested. An fanotify file descriptor cre ...
-
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html
- [similar]
- Man page of FEXECVE 8852
- FEXECVE Section: Linux Programmer's Manual (3) Updated: 2019-10-10 Index JM Home Page 名前 fexec
...
プログラムを実行する 書式 #include < unistd.h > int fexecve(int fd , char *const argv [], char *const envp [ ...
能検査マクロの要件 ( feature_test_macros (7) 参照): fexecve (): glibc 2.10 以降: _POSIX_C_SOURCE >= 200809L ...
glibc 2.10 より前: _GNU_SOURCE 説明 fexecve () performs the same task as execve (2), with th ...
e difference that the file to be executed is specified via a file descriptor, fd , rathe ...
-
https://man.plustar.jp/manpage/man3/fexecve.3.html
- [similar]
- Man page of EXEC 8552
- EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, exec
...
xeclp, execle, execv, execvp, execvpe - ファイルを実行する 書式 ...
#include < unistd.h > extern char **environ; int execl(const char * pathname , const char * arg , ... /* ...
(char *) NULL */); int execlp(const char * file , const char * arg , ... /* (c ...
har *) NULL */); int execle(const char * pathname , const char * arg , ... / ...
-
https://man.plustar.jp/manpage/man3/exec.3.html
- [similar]
- Man page of EXEC 8552
- EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, exec
...
xeclp, execle, execv, execvp, execvpe - ファイルを実行する 書式 ...
#include < unistd.h > extern char **environ; int execl(const char * pathname , const char * arg , ... /* ...
(char *) NULL */); int execlp(const char * file , const char * arg , ... /* (c ...
har *) NULL */); int execle(const char * pathname , const char * arg , ... / ...
-
https://man.plustar.jp/manpage/man3/execl.3.html
- [similar]