diff options
| -rw-r--r-- | linux-basics/linux-processes/pres_linux-processes_en.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-basics/linux-processes/pres_linux-processes_en.tex b/linux-basics/linux-processes/pres_linux-processes_en.tex index de5227e..dd3aa08 100644 --- a/linux-basics/linux-processes/pres_linux-processes_en.tex +++ b/linux-basics/linux-processes/pres_linux-processes_en.tex @@ -32,7 +32,7 @@ of the executable. Linux uses the ELF format (Executable Linking Format) From the operating system's point of view there are basically two steps that are performed when starting a process. \begin{itemize} -\item A process is created using the fork() system call +\item A process is created using the fork() or clone() system calls \item The execve() system call loads a new program into the process memory \end{itemize} \end{frame} |
