Lines 56-62
Link Here
|
56 |
case-sensitive—<command>exit</command>, not |
56 |
case-sensitive—<command>exit</command>, not |
57 |
<command>EXIT</command>.</para> |
57 |
<command>EXIT</command>.</para> |
58 |
|
58 |
|
59 |
<para>To shut down the machine type:</para> |
59 |
<para>To shut down the machine type</para> |
60 |
|
60 |
|
61 |
<informalexample> |
61 |
<informalexample> |
62 |
<screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput> |
62 |
<screen>&prompt.root; <userinput>/sbin/shutdown -h now</userinput> |
Lines 80-86
Link Here
|
80 |
<para>You can also reboot with |
80 |
<para>You can also reboot with |
81 |
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap></keycombo>. |
81 |
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Delete</keycap></keycombo>. |
82 |
Give it a little time to do its work. This is equivalent to |
82 |
Give it a little time to do its work. This is equivalent to |
83 |
<command>/sbin/reboot</command> in recent releases of FreeBSD, |
83 |
<command>/sbin/reboot</command> in recent releases of FreeBSD |
84 |
and is much, much better than hitting the reset button. You |
84 |
and is much, much better than hitting the reset button. You |
85 |
don't want to have to reinstall this thing, do you?</para> |
85 |
don't want to have to reinstall this thing, do you?</para> |
86 |
</sect1> |
86 |
</sect1> |
Lines 205-211
Link Here
|
205 |
|
205 |
|
206 |
<listitem> |
206 |
<listitem> |
207 |
<para>Lists hidden <quote>dot</quote> files with the others. |
207 |
<para>Lists hidden <quote>dot</quote> files with the others. |
208 |
If you're root, the<quote>dot</quote> files show up |
208 |
If you're root, the <quote>dot</quote> files show up |
209 |
without the <option>-a</option> switch.</para> |
209 |
without the <option>-a</option> switch.</para> |
210 |
</listitem> |
210 |
</listitem> |
211 |
</varlistentry> |
211 |
</varlistentry> |
Lines 233-239
Link Here
|
233 |
|
233 |
|
234 |
<listitem> |
234 |
<listitem> |
235 |
<para>Lets you look at a file (named |
235 |
<para>Lets you look at a file (named |
236 |
<replaceable>filename</replaceable> without changing it. |
236 |
<replaceable>filename</replaceable>) without changing it. |
237 |
Try <command>view |
237 |
Try <command>view |
238 |
<parameter>/etc/fstab</parameter></command>. |
238 |
<parameter>/etc/fstab</parameter></command>. |
239 |
<command>:q</command> to quit.</para> |
239 |
<command>:q</command> to quit.</para> |
Lines 374-389
Link Here
|
374 |
time to finish before you start the next one, for now.</para> |
374 |
time to finish before you start the next one, for now.</para> |
375 |
|
375 |
|
376 |
<informalexample> |
376 |
<informalexample> |
377 |
<screen>&prompt.root; <userinput>/etc/daily</userinput> |
377 |
<screen>&prompt.root; <userinput>periodic daily</userinput> |
378 |
<lineannotation>output omitted</lineannotation> |
378 |
<lineannotation>output omitted</lineannotation> |
379 |
&prompt.root; <userinput>/etc/weekly</userinput> |
379 |
&prompt.root; <userinput>periodic weekly</userinput> |
380 |
<lineannotation>output omitted</lineannotation> |
380 |
<lineannotation>output omitted</lineannotation> |
381 |
&prompt.root; <userinput>/etc/monthly</userinput> |
381 |
&prompt.root; <userinput>periodic monthly</userinput> |
382 |
<lineannotation>output omitted</lineannotation> |
382 |
<lineannotation>output omitted</lineannotation> |
383 |
</screen> |
383 |
</screen> |
384 |
</informalexample> |
384 |
</informalexample> |
385 |
|
385 |
|
386 |
<para>If you get tired waiting, press |
386 |
<para>If you get tired of waiting, press |
387 |
<keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> to |
387 |
<keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> to |
388 |
get another <firstterm>virtual console</firstterm>, and log in |
388 |
get another <firstterm>virtual console</firstterm>, and log in |
389 |
again. After all, it's a multi-user, multi-tasking system. |
389 |
again. After all, it's a multi-user, multi-tasking system. |
Lines 394-400
Link Here
|
394 |
<filename>/var/mail/root</filename> and |
394 |
<filename>/var/mail/root</filename> and |
395 |
<filename>/var/log/messages</filename>.</para> |
395 |
<filename>/var/log/messages</filename>.</para> |
396 |
|
396 |
|
397 |
<para>Basically running such commands is part of system |
397 |
<para>Running such commands is part of system |
398 |
administration—and as a single user of a Unix system, |
398 |
administration—and as a single user of a Unix system, |
399 |
you're your own system administrator. Virtually everything you |
399 |
you're your own system administrator. Virtually everything you |
400 |
need to be root to do is system administration. Such |
400 |
need to be root to do is system administration. Such |
Lines 912-921
Link Here
|
912 |
<para>If you originally got Netscape as a port using the CDROM (or |
912 |
<para>If you originally got Netscape as a port using the CDROM (or |
913 |
ftp), don't replace <filename>/usr/local/bin/netscape</filename> |
913 |
ftp), don't replace <filename>/usr/local/bin/netscape</filename> |
914 |
with the new netscape binary; this is just a shell script that |
914 |
with the new netscape binary; this is just a shell script that |
915 |
sets up the environmental variables for you. Instead rename the |
915 |
sets up the environment variables for you. Instead, rename the |
916 |
new binary to <filename>netscape.bin</filename> and replace the |
916 |
new binary to <filename>netscape.bin</filename> and replace the |
917 |
old binary, which is |
917 |
old binary, which is |
918 |
<filename>/usr/local/lib/netscape/netscape.bin</filename>.</para> |
918 |
<filename>/usr/local/netscape/netscape</filename>.</para> |
919 |
</sect1> |
919 |
</sect1> |
920 |
|
920 |
|
921 |
<sect1> |
921 |
<sect1> |