代码搜索:Exec

找到约 10,000 项符合「Exec」的源代码

代码结果 10,000
www.eeworm.com/read/438832/7725886

sh self-exec.sh

#!/bin/bash # self-exec.sh echo echo "This line appears ONCE in the script, yet it keeps echoing." echo "The PID of this instance of the script is still $$." # 上边这行展示了并没有fork出子shell. echo "====
www.eeworm.com/read/435073/7798377

html exec-command.html

www.eeworm.com/read/289562/7805629

c exec1.c

#include "apue.h" #include char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid ==
www.eeworm.com/read/289562/7805639

c exec2.c

#include "apue.h" #include int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid == 0) { /* child */ if (execl("/home/sar/bin/testinterp",
www.eeworm.com/read/399161/7885036

c exec1.c

/* exec1.c - shows how easy it is for a program to run a program */ main() { char *arglist[3]; arglist[0] = "ls"; arglist[1] = "-l"; arglist[2] = 0 ; printf("* * * About to exec ls -l\n"); ex
www.eeworm.com/read/198616/7922872

c exec1.c

#include "apue.h" #include char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL }; int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid ==
www.eeworm.com/read/198616/7922898

c exec2.c

#include "apue.h" #include int main(void) { pid_t pid; if ((pid = fork()) < 0) { err_sys("fork error"); } else if (pid == 0) { /* child */ if (execl("/home/sar/bin/testinterp",
www.eeworm.com/read/297732/7999129

asm exec72.asm

org 0000H AJMP START org 0023h AJMP SERIAL ; ORG 30H START: mov SP,#5fh ; mov TMOD,#20h ;T
www.eeworm.com/read/297732/7999131

asm exec061.asm

ORG 0000H AJMP START ORG 30H START: MOV P1,#0FFH ;关所 灯 MOV TMOD,#00000001B ;定时/计数器0工作于方式1 MOV TH0,#15H MOV TL0,#0A0H ;即数5536 SETB TR0 ;定时/计数器0开始运行 LOOP:JBC TF0,NEXT ;如果TF0等于1,则
www.eeworm.com/read/297732/7999137

hex exec81.hex

:020000000130CD :1000300075815F7590FF7580FF75A0FF755A00751B :100040005B011200470142C0E0C0D0E55A90007D3C :1000500093F580C2A712006ED2A7E55B90007D9356 :10006000F580C2A612006ED2A6D0D0D0E022C0D0B9 :10