Slashdot Mirror


User: terjetrane

terjetrane's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Wow, I feel old on Define - /etc? · · Score: 2, Informative

    The manual from 1971 on http://cm.bell-labs.com/cm/cs/who/dmr/1stEdman.htm l shows that several programs, among them assembler (The B Assembler), compilator and libraries etc. (pun not intended) were in /etc.

    Interesting comment about boot:

    NAME boot -- reboot system

    SYNOPSIS /etc/boot

    DESCRIPTION boot logically a command, and is kept in /etc only to lessen
    the probability of its being invoked by accident or from
    curiosity. It reboots the system by jumping to the read--only
    memory, which contains a disk boot program. ...and similar for mkfs:

    This program is kept in /etc to avoid inadvertant use and
    consequent destruction of information.