Where do I find the source code for execve()?

前端 未结 4 1256
醉话见心
醉话见心 2021-01-03 01:46

Could you give me the source code for execve() system call (exec family). I\'m working with Linux.

4条回答
  •  臣服心动
    2021-01-03 02:19

    Youmight look at sys_execve at arch/x86/kernel/process.c which calls do_execve at fs/exec.c.

提交回复
热议问题