Re: execve exect

From: Doug Hardie <bc979_at_lafn.org>
Date: Fri, 14 Jul 2023 04:03:58 UTC
> On Jul 13, 2023, at 20:28, Paul Procacci <pprocacci@gmail.com> wrote:
> 
> 
> 
> On Thu, Jul 13, 2023 at 10:07 PM Doug Hardie <bc979@lafn.org <mailto:bc979@lafn.org>> wrote:
>> What is the difference between execve and exect other than exect passes along the trace flag?  I presume there must be a difference since execve has its own man page and is not included with all the other exec varients.
>> 
>> -- Doug
>> 
> 
> execve is an/the actual syscall.
> exect (and friends) are just different ways of presenting the environment to the underlying syscall which is execve.


Thanks.  I understand now.  I missed the 2 and 3 in those pages.

-- Doug