summaryrefslogtreecommitdiffstats
path: root/games/fortune/datfiles
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-06-19 16:46:58 +0000
committernik <nik@FreeBSD.org>2001-06-19 16:46:58 +0000
commit0b8d641d3905e7e8e978a2055db5b2b231d28666 (patch)
tree4dd449dd39e1e592ee6e871ecde8087767e6f3d2 /games/fortune/datfiles
parent64372be0d7a58b22bd23d1c9dfda645bb3946082 (diff)
downloadFreeBSD-src-0b8d641d3905e7e8e978a2055db5b2b231d28666.zip
FreeBSD-src-0b8d641d3905e7e8e978a2055db5b2b231d28666.tar.gz
Fix a couple of tips, and add a new one.
Submitted by: Alexey V. Neyman <avn@any.ru>
Diffstat (limited to 'games/fortune/datfiles')
-rw-r--r--games/fortune/datfiles/freebsd-tips23
1 files changed, 8 insertions, 15 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index 4ec87a2e..497fe12 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -370,12 +370,6 @@ of file, use
file filename
-- Dru <genesis@istar.ca>
%
-Need to find the information that was displayed on your screen at boot
-time? Try
-
- more /var/run/dmesg.boot
- -- Dru <genesis@istar.ca>
-%
Time to change your password? Type "passwd" and follow the prompts.
-- Dru <genesis@istar.ca>
%
@@ -405,12 +399,7 @@ Use "lock -p". When you return, use your password as the key to unlock the
terminal.
-- Dru <genesis@istar.ca>
%
-Want to save your login session to a file? Type "script filename" to
-record your session. When you are finished, hold down the control key and
-press d.
- -- Dru <genesis@istar.ca>
-%
-Need to find the location of a program? Use "locate -b program_name".
+Need to find the location of a program? Use "locate program_name".
-- Dru <genesis@istar.ca>
%
Forget how to spell a word or a variation of a word? Use
@@ -457,7 +446,7 @@ flag is your gateway.
-- Dru <genesis@istar.ca>
%
Need to see which daemons are listening for connection requests? Use
-"sockstat -4".
+"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 |
@@ -478,7 +467,7 @@ Need to quickly empty a file? Use "echo > filename".
%
To see all of the directories on your FreeBSD system, type
- ls -RC / |more
+ ls -R / | more
-- Dru <genesis@istar.ca>
%
To see the IP addresses currently set on your active interfaces, type
@@ -487,5 +476,9 @@ To see the IP addresses currently set on your active interfaces, type
%
To see the MAC addresses of the NICs on your system, type
- grep address /var/run/dmesg.boot
+ 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.
OpenPOWER on IntegriCloud