Content deleted Content added
m {{mono}} |
remove lang="console" from syntaxhighlighting -> Consoles have no syntax highlighting anyways? lang="text" will suffice Tag: Reverted |
||
Line 95:
This approach is usually called ''proactive security''. There are some operating systems which are ''secure by default''. Amongst others, the free BSD flavours ([[FreeBSD]], [[NetBSD]], and [[OpenBSD]]) are proactively secure. For example, the output of netstat on a NetBSD 3.0 workstation clearly outlines this technique:
<syntaxhighlight lang="
$ netstat -a
Active Internet connections (including servers)
Line 112:
</syntaxhighlight>
The following example from a BSD system
<syntaxhighlight lang="
$ sockstat -4
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
|