From 7ddb704dfd05874a52991daf1ba22bf127a96fd3 Mon Sep 17 00:00:00 2001 From: Tudosie Razvan Date: Sat, 10 Feb 2024 14:34:59 +0200 Subject: [PATCH] #37 fix typo on page 189, chapter 7.1.3.2 --- book/chapters/07-cli/contents.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapters/07-cli/contents.tex b/book/chapters/07-cli/contents.tex index 23d080f..0c11886 100644 --- a/book/chapters/07-cli/contents.tex +++ b/book/chapters/07-cli/contents.tex @@ -347,7 +347,7 @@ \subsubsection{Crearea unui proces nou} Vedem că shellul în care rulăm comanda \cmd{sleep 100} are PID-ul \texttt{14599}, PID care este indicat ca PID al procesului părinte (\texttt{PPID}) în rularea comenzii \cmd{ps -f -C sleep} într-un alt shell. \begin{screen}[caption={Shellul ca proces părinte},label={lst:cli:shell-child}] -# int-un shell +# intr-un shell student@uso:~$ echo $$ 14599 student@uso:~$ sleep 100