We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d81e0 commit f75b110Copy full SHA for f75b110
proc.tex
@@ -636,6 +636,11 @@
636
set to the UID of the executable program owner.
637
\item Today's systems can also execute scripts that start with a line:\\
638
\texttt{\#!/\emph{interpreter\_path}/\emph{interpreter\_name} \emph{[args]}}
639
+\item The \texttt{system} or \texttt{popen} library calls are more
640
+straightforward to use, however they more often than not execute a shell,
641
+which might have security implications (shell expansion of arguments,
642
+environment variables, command injection, etc.), so generally it is better
643
+to avoid them.
644
\end{itemize}
645
646
%%%%%
0 commit comments