Wofür steht rc, bashrc, nanorc?

Antworten:

13

Ich habe gehört

  • Befehle ausführen
  • Ressourcenkontrolle
  • Führen Sie die Steuerung aus
  • Laufzeitkonfiguration

Persönlich würde ich mich für die Laufkontrolle entscheiden, weil ESR es so sagt.

http://www.catb.org/~esr/writings/taoup/html/ch10s03.html

Seine Fußnote lautet:

 The ‘rc’ suffix goes back to Unix's grandparent, CTSS.
 It had a command-script feature called "runcom". Early
 Unixes used ‘rc’ for the name of the operating system's
 boot script, as a tribute to CTSS runcom.

Wikipedia wählt "Befehle ausführen" als Standard-Langform, räumt jedoch ein, dass der Kontext die Wortwahl bestimmen sollte.

 While not historically precise, rc may also be pronou-
 nced as "run control", because an rc file controls how
 a program runs. For instance, the editor Vim looks for
 and reads the contents of the .vimrc file to determine
 its initial configuration. The most sensible pronunci-
 ation depends on the function of the file: to start
 something up, or to control how something starts up.

http://en.wikipedia.org/wiki/Run_Commands

djeikyb
quelle
ESRs »runcom« schlägt jedoch keine »run control« vor, es sei denn, es gibt eine mir unbekannte Regel für die Umwandlung von n in m.
MPi