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 d9eee90 commit e907379Copy full SHA for e907379
network.tex
@@ -226,8 +226,8 @@
226
\item There are other domains, see the \texttt{socket(2)} manual page.
227
\item There are also other socket types, for example \texttt{SOCK\_RAW}, for
228
full protocol access. In order to use \texttt{SOCK\_RAW} you usually need
229
-additional privileges. That is a reason why a command \texttt{ping}, which
230
-works with ICMP headers of sent packets, might need an SUID privilege:
+additional privileges. That is a reason why the \texttt{ping} command, which
+works with ICMP headers of sent packets, might need to be a SUID program:
231
232
\begin{verbatim}
233
$ ls -l /usr/sbin/ping
0 commit comments