home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / doc / beg / u0 < prev    next >
Encoding:
Text File  |  1975-06-26  |  2.0 KB  |  101 lines

  1. .RP
  2. .TL
  3. UNIX for Beginners
  4. .AU
  5. Brian W. Kernighan
  6. .AI
  7. Bell Laboratories, Murray Hill, N. J.
  8. .ND
  9. .nr PS 9
  10. .nr VS 11
  11. .if n .ls 2
  12. .RS
  13. .sp 2
  14. .if t .2C
  15. .SH Introduction
  16. .PP
  17. In many ways,
  18. .UC UNIX 
  19. is
  20. the state of the art
  21. in computer operating systems.
  22. From the user's point of view, it is easy
  23. to learn and use,
  24. and presents few of the usual impediments
  25. to getting the job done.
  26. .PP
  27. It is hard, however, for the beginner
  28. to know where to start,
  29. and how to make the best use 
  30. of the facilities available.
  31. The purpose of this introduction
  32. is to point out high spots for new users,
  33. so they can get used to the main ideas of 
  34. .UC UNIX
  35. and start making good use of it quickly.
  36. .PP
  37. This paper is not an attempt to re-write
  38. the
  39. .ul 2
  40. .UC UNIX
  41. Programmer's Manual;
  42. often the discussion of something
  43. is simply
  44. ``read section x in the manual.''
  45. (This implies that you will need a copy of the
  46. .ul 2
  47. .UC UNIX
  48. Programmer's Manual.)
  49. Rather it suggests in what order
  50. to read the manual,
  51. and it collects together
  52. things that are stated only indirectly
  53. in the manual.
  54. .PP
  55. There are five sections:
  56. .IP "  1."
  57. Getting Started:
  58. How to log in to a
  59. .UC UNIX,
  60. how to type,
  61. what to do about mistakes in typing,
  62. how to log out.
  63. Some of this is dependent on which
  64. .UC UNIX
  65. you log into
  66. (phone numbers, for example)
  67. and what terminal you use,
  68. so this section must necessarily be supplemented
  69. by local information.
  70. .IP "  2."
  71. Day-to-day Use:
  72. Things you need every day to use
  73. .UC UNIX
  74. effectively:
  75. generally useful commands;
  76. the file system.
  77. .IP "  3."
  78. Document Preparation:
  79. Preparing manuscripts is one of the most common uses
  80. for
  81. .UC UNIX.
  82. This section contains advice,
  83. but not
  84. extensive instructions on any
  85. of the formatting programs.
  86. .IP "  4."
  87. Writing Programs:
  88. .UC UNIX
  89. is an excellent vehicle for developing programs.
  90. This section talks about some of the tools,
  91. but again is not a tutorial in any of the programming languages
  92. that
  93. .UC UNIX
  94. provides.
  95. .IP "  5."
  96. A
  97. .UC UNIX
  98. Reading List.
  99. An annotated bibliography of 
  100. documents worth reading by new users.
  101.