creating a process and execv* sys calls - newbie
From: john (qwejohn_at_hotmail.com)
Date: 04/28/04
- Next message: Michael Skinner: "extend/alter accept() / connect()"
- Previous message: Jerry Peters: "Re: Mount problem from initrd"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: creating a process and execv* sys calls - newbie"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: creating a process and execv* sys calls - newbie"
- Reply: Kasper Dupont: "Re: creating a process and execv* sys calls - newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Apr 2004 14:04:51 -0700
Hello,
You compile a program in "C" on linux using gcc and create an executable named
"test" for example.
Now you run
./test
to create a process running your app.
my question :
is running ./test eventually reaches one of the execv* system calls
to create a process ?
if so - should the pid of the parent be the pid
of the shell since it created that process?
If so - if anybody knows which of the execv* methods is called
I'll be thankful.
regards,
Q. John
- Next message: Michael Skinner: "extend/alter accept() / connect()"
- Previous message: Jerry Peters: "Re: Mount problem from initrd"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: creating a process and execv* sys calls - newbie"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: creating a process and execv* sys calls - newbie"
- Reply: Kasper Dupont: "Re: creating a process and execv* sys calls - newbie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|