home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10545 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.2 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: Unix naming conventions from the dark times
  5. Message-ID: <14374@auspex-gw.auspex.com>
  6. Date: 30 Aug 92 23:19:33 GMT
  7. References: <1992Aug27.110730.16828@fwi.uva.nl> <285@cedb.dpcsys.org>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 16
  11. Nntp-Posting-Host: bootme.auspex.com
  12.  
  13. >> But what about names like 'var'?
  14. >> My first (wild) guess would be an association with 'variable', right?
  15. >> 
  16. >> Surely, some elderly fellow-unix-user must remember the origins for
  17. >> those names from the early days...
  18. >                       ^^^^^
  19. >The early days of Sys V R4 ? :)
  20.  
  21. Early days of SunOS 4.0, actually; "/var" and "/sbin" were cooked up by,
  22. as I remember, Rusty Sandberg as part of the 4.0 filesystem reorg, done
  23. in an attempt to separate stuff that can be shared by multiple diskless
  24. clients from stuff that each client needs a private version of.  SVR4,
  25. BSD, and other OSes picked it up from Sun, with some changes (e.g., the
  26. replacement of "/usr/etc" by "/usr/sbin"; given that both Berkeley and
  27. AT&T/USL seem to have gone with "/usr/sbin", I guess I'll just have to
  28. grit my teeth and make "/usr/etc" a symlink to "/usr/sbin"...).
  29.