View | Details | Raw Unified | Return to bug 14117
Collapse All | Expand All

(-)article.sgml (-29 / +27 lines)
Lines 1-11 Link Here
1
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.7 1999/09/06 06:52:38 peter Exp $ -->
1
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/new-users/article.sgml,v 1.7 1999/09/06 06:52:38 peter Exp $ -->
2
<!-- The FreeBSD Documentation Project -->
2
<!-- The FreeBSD Documentation Project -->
3
3
4
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
4
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
5
<book>
5
<article>
6
6
7
<bookinfo>
7
<artheader>
8
<bookbiblio>
9
<title>For People New to Both FreeBSD and Unix</title>
8
<title>For People New to Both FreeBSD and Unix</title>
10
9
11
<authorgroup>
10
<authorgroup>
Lines 28-37 Link Here
28
user (you)&mdash;and you're probably pretty good with DOS/Windows or
27
user (you)&mdash;and you're probably pretty good with DOS/Windows or
29
OS/2.</para></abstract>
28
OS/2.</para></abstract>
30
29
31
</bookbiblio>
30
</artheader>
32
</bookinfo>
33
31
34
<chapter>
32
<sect1>
35
<title>Logging in and Getting Out</title>
33
<title>Logging in and Getting Out</title>
36
34
37
<para>Log in (when you see <systemitem
35
<para>Log in (when you see <systemitem
Lines 73-81 Link Here
73
much, much better than hitting the reset button.  You don't want to
71
much, much better than hitting the reset button.  You don't want to
74
have to reinstall this thing, do you?</para>
72
have to reinstall this thing, do you?</para>
75
73
76
</chapter>
74
</sect1>
77
75
78
<chapter>
76
<sect1>
79
<title>Adding A User with Root Privileges</title>
77
<title>Adding A User with Root Privileges</title>
80
78
81
<para>If you didn't create any users when you installed the system and
79
<para>If you didn't create any users when you installed the system and
Lines 124-132 Link Here
124
122
125
<para>To delete a user, use the <command>rmuser</command> command.</para>
123
<para>To delete a user, use the <command>rmuser</command> command.</para>
126
124
127
</chapter>
125
</sect1>
128
126
129
<chapter>
127
<sect1>
130
<title>Looking Around</title>
128
<title>Looking Around</title>
131
129
132
<para>Logged in as an ordinary user, look around and try out some
130
<para>Logged in as an ordinary user, look around and try out some
Lines 241-249 Link Here
241
putting them in the system-wide csh configuration file,
239
putting them in the system-wide csh configuration file,
242
<filename>/etc/csh.cshrc</filename>.</para>
240
<filename>/etc/csh.cshrc</filename>.</para>
243
241
244
</chapter>
242
</sect1>
245
243
246
<chapter>
244
<sect1>
247
<title>Getting Help and Information</title>
245
<title>Getting Help and Information</title>
248
246
249
<para>Here are some useful sources of help. 
247
<para>Here are some useful sources of help. 
Lines 363-371 Link Here
363
Administration</citetitle> (O'Reilly &amp; Associates, 1993, ISBN
361
Administration</citetitle> (O'Reilly &amp; Associates, 1993, ISBN
364
0-937175-80-3). I used Nemeth.</para>
362
0-937175-80-3). I used Nemeth.</para>
365
363
366
</chapter>
364
</sect1>
367
365
368
<chapter>
366
<sect1>
369
<title>Editing Text</title>
367
<title>Editing Text</title>
370
368
371
<para>To configure your system, you need to edit text files.  Most of
369
<para>To configure your system, you need to edit text files.  Most of
Lines 541-549 Link Here
541
<command>:wq</> to write the file to disk and quit.  Instantly
539
<command>:wq</> to write the file to disk and quit.  Instantly
542
effective.  (You didn't put a space after the comma, did you?)</para>
540
effective.  (You didn't put a space after the comma, did you?)</para>
543
541
544
</chapter>
542
</sect1>
545
543
546
<chapter>
544
<sect1>
547
<title>Printing Files from DOS</title>
545
<title>Printing Files from DOS</title>
548
546
549
<para>At this point you probably don't have the printer working, so here's a
547
<para>At this point you probably don't have the printer working, so here's a
Lines 619-627 Link Here
619
URL="../../handbook/handbook.html">FreeBSD
617
URL="../../handbook/handbook.html">FreeBSD
620
handbook.</></para>
618
handbook.</></para>
621
619
622
</chapter>
620
</sect1>
623
621
624
<chapter>
622
<sect1>
625
<title>Other Useful Commands</title>
623
<title>Other Useful Commands</title>
626
624
627
<para>
625
<para>
Lines 708-716 Link Here
708
URL="http://www.eecs.nwu.edu/unix.html">Unix Reference
706
URL="http://www.eecs.nwu.edu/unix.html">Unix Reference
709
Desk</ulink>.</para>
707
Desk</ulink>.</para>
710
708
711
</chapter>
709
</sect1>
712
710
713
<chapter>
711
<sect1>
714
<title>Next Steps</title>
712
<title>Next Steps</title>
715
713
716
<para>You should now have the tools you need to get around and edit
714
<para>You should now have the tools you need to get around and edit
Lines 825-833 Link Here
825
<filename>netscape.bin</filename> and replace the old binary, which
823
<filename>netscape.bin</filename> and replace the old binary, which
826
is <filename>/usr/local/lib/netscape/netscape.bin</filename>.</para>
824
is <filename>/usr/local/lib/netscape/netscape.bin</filename>.</para>
827
825
828
</chapter>
826
</sect1>
829
827
830
<chapter>
828
<sect1>
831
829
832
<title>Your Working Environment</title>
830
<title>Your Working Environment</title>
833
831
Lines 903-912 Link Here
903
remote location and can't run a program because the terminal isn't
901
remote location and can't run a program because the terminal isn't
904
capable is
902
capable is
905
<command>setenv TERM vt100</command>.</para>
903
<command>setenv TERM vt100</command>.</para>
906
</chapter>
904
</sect1>
907
905
908
906
909
<chapter>
907
<sect1>
910
<title>Other</title>
908
<title>Other</title>
911
909
912
<para>As root, you can dismount the CDROM with <command>/sbin/umount
910
<para>As root, you can dismount the CDROM with <command>/sbin/umount
Lines 926-934 Link Here
926
instead of in <filename>/usr</filename> and its subdirectories, which
924
instead of in <filename>/usr</filename> and its subdirectories, which
927
is where they're expected to be.  Read <command>man lndir</>.</para>
925
is where they're expected to be.  Read <command>man lndir</>.</para>
928
926
929
</chapter>
927
</sect1>
930
928
931
<chapter>
929
<sect1>
932
<title>Comments Welcome</title>
930
<title>Comments Welcome</title>
933
931
934
<para>If you use this guide I'd be interested in knowing where it was
932
<para>If you use this guide I'd be interested in knowing where it was
Lines 939-943 Link Here
939
  
937
  
940
<para>Annelise Anderson, <email>andrsn@andrsn.stanford.edu</></para>
938
<para>Annelise Anderson, <email>andrsn@andrsn.stanford.edu</></para>
941
  
939
  
942
</chapter>
940
</sect1>
943
</book>
941
</article>

Return to bug 14117