mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
netcat is "now" in base, so point people at nc(1) instead of the port.
MFC after: 1 week
This commit is contained in:
parent
92df0bda99
commit
8efe053612
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187110
@ -215,8 +215,8 @@ Over quota? "du -s * | sort -n " will give you a sorted list of your
|
||||
directory sizes.
|
||||
-- David Scheidt <dscheidt@tumbolia.com>
|
||||
%
|
||||
ports/net/netcat port is useful not only for redirecting input/output
|
||||
to TCP or UDP connections, but also for proxying them with inetd(8).
|
||||
nc(1) (or netcat) is useful not only for redirecting input/output to
|
||||
TCP or UDP connections, but also for proxying them with inetd(8).
|
||||
%
|
||||
sh (the default Bourne shell in FreeBSD) supports command-line editing. Just
|
||||
``set -o emacs'' or ``set -o vi'' to enable it.
|
||||
|
Loading…
Reference in New Issue
Block a user