home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8655 < prev    next >
Encoding:
Text File  |  1992-08-19  |  3.3 KB  |  91 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!stanford.edu!agate!boulder!kinglear!drew
  3. From: drew@kinglear.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: multiuser, multidisk questions from novice
  5. Message-ID: <1992Aug19.212517.5815@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: kinglear.cs.colorado.edu
  8. Organization: University of Colorado at Boulder
  9. References: <133895@lll-winken.LLNL.GOV>
  10. Date: Wed, 19 Aug 1992 21:25:17 GMT
  11. Lines: 78
  12.  
  13. In article <133895@lll-winken.LLNL.GOV> blair@lll-crg.llnl.gov (Gary Blair) writes:
  14. >Please excuse any of the following that may be FAQs.  If they're all FAQs,
  15. >please direct me to the FAQ list. 
  16. >
  17. >I have a ISA 486/33 system with a 200Mbyte HD and 4Mbyte RAM.
  18. >
  19. >1. What compiler, if any, is needed to compile/install Linux?
  20.  
  21. None to install it, gcc under linux (or as a cross compiler) is 
  22. required to compile it. GCC is freely redistributable, and available
  23. via anonymous FTP from any of the Linux FTP sites in binary form.
  24.  
  25. >2. Is Linux a true multiuser, password protected system?
  26.  
  27. Yes.  You can use either a normal /etc/passwd, or the shadow package.
  28. Both encrypt passwords with the standard DES based crypt() function.
  29.  
  30. >3. Is is possible to connect other PCs/terminals via serial lines to
  31. >allow multiple simultaneous users?  Any suggestions on how to do
  32. >this?
  33.  
  34. Yes.  Plug them in, make sure the parameters match on both 
  35. ends, and add an appropriate entry to /etc/ttys or /etc/inittab
  36. depending on you using a BSD or SYSV init program.
  37.  
  38. >4. If (3) is possible, any ideas on what performance will be like?
  39. >Users will be doing simple things, not massive compiles.
  40.  
  41. Under Unix, processes sleep when they aren't doing anything.
  42. Ie, waiting for I/O to complete, etc.  They don't take
  43. up cycles when in this sleeping state.
  44.  
  45. A normal typist will average 60 words per minute, at 5 characters 
  46. per word, or 5 characters per second.  5 cps compared to the 33 million
  47. clocks per second today's PC's run it is insignificant.
  48.  
  49. Consequently, users playing Rogue, Nethack, using vi, etc on 
  50. other terminals make a minimal impact on the system - my roomate would 
  51. play nethack on the Envision terminal emulating a VT-100, and would 
  52. use less than 5% of the CPU time.
  53.  
  54. So, the answer is "Performance will be very good"
  55.  
  56. >5. Is is possible for a Linux partition to coexist with a DOS 
  57. >partition on the same disk?  How easy is it to switch between the
  58.  
  59. Yes.
  60.  
  61. >partitions?
  62.  
  63. Select one at bootup, with one as the default, with a single 
  64. key press.
  65.  
  66. >
  67. >6. Is is possible to move files between DOS and Linux?
  68.  
  69. Yes - there is a DOS filesystem under Linux, so the native 
  70. Linux commands can be used.  You can also use mtools.
  71.  
  72. >
  73. >7. Would it be possible to install a second hard disk dedicated to Linux?
  74.  
  75. Yes.
  76.  
  77. >How do I indicate that Linux is to be booted from that disk?
  78.  
  79. Either make it the first hard disk, or have a mini-root on 
  80. the first disk where the kernel is loaded from, since you 
  81. can only boot the first physical hard disk.  Root can be 
  82. mounted from someplace else though - so you only need < 400K 
  83. for the kernel + space for the shoelace files on the 
  84. miniroot.
  85.  
  86. -- 
  87. Microsoft is responsible for propogating the evils it calls DOS and Windows, 
  88. IBM for AIX (appropriately called Aches by those having to administer it), but 
  89. marketing's sins don't come close to those of legal departments.
  90.  
  91.