mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
Fix a tip about how to create an empty file[1].
Remove tip about retired kget(8). Fix a typo. PR: conf/54334 Submitted by: Mark Huizer <xaa+sendpr@timewasters.nl> MFC after: 3 days
This commit is contained in:
parent
e53f32ace5
commit
5ab032d6c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118366
@ -439,7 +439,7 @@ Need to see which daemons are listening for connection requests? Use
|
||||
"sockstat -4l" for IPv4, and "sockstat -l" for IPv4 and IPv6.
|
||||
-- Dru <genesis@istar.ca>
|
||||
%
|
||||
Can't remember is you've installed a certain port or not? Try "pkg_info |
|
||||
Can't remember if you've installed a certain port or not? Try "pkg_info |
|
||||
grep port_name".
|
||||
-- Dru <genesis@istar.ca>
|
||||
%
|
||||
@ -449,7 +449,7 @@ To erase a line you've written at the command prompt, use "Ctrl-U".
|
||||
To repeat the last command in the C shell, type "!!".
|
||||
-- Dru <genesis@istar.ca>
|
||||
%
|
||||
Need to quickly empty a file? Use "echo > filename".
|
||||
Need to quickly empty a file? Use ": > filename".
|
||||
-- Dru <genesis@istar.ca>
|
||||
%
|
||||
To see all of the directories on your FreeBSD system, type
|
||||
@ -466,10 +466,6 @@ To see the MAC addresses of the NICs on your system, type
|
||||
ifconfig -a
|
||||
-- Dru <genesis@istar.ca>
|
||||
%
|
||||
You can save your kernel startup configuration with kget(8). The
|
||||
Configuration can be edited at boot time with 'boot -c' command in loader.
|
||||
See boot(8), loader(8) for details.
|
||||
%
|
||||
You can open up a new split-screen window in (n)vi with :N or :E and then
|
||||
use ^w to switch between the two.
|
||||
%
|
||||
|
Loading…
Reference in New Issue
Block a user