Jump to content

RUNCOM: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
{{short description|CTSS terminology}}
{{Distinguish|Run command}}
{{Distinguish|Run command}}

In the context of Unix-like systems, the term ''rc'' stands for the phrase "'''run commands'''". It is used for any file that contains startup information for a command. It is believed to have originated sometime in 1965 at a runcom facility from the [[MIT]] [[Compatible Time-Sharing System]] (CTSS).<ref>{{cite web|last1=Pouzin|first1=Louis|title=The Origin of the Shell|url=http://multicians.org/shell.html|website=Multicians|date=25 November 2000|access-date=31 July 2017|language=en}}</ref>
''RUNCOM'' is a [[Compatible Time Sharing System|CTSS]] [[Macro (computer science)|macro]] command processor.

==History==

[[Louis Pouzin]] created RUNCOM for CTSS.<ref>{{cite web|last1=Pouzin|first1=Louis|title=The Origin of the Shell|url=http://multicians.org/shell.html|website=Multicians|date=25 November 2000|access-date=31 July 2017|language=en}}</ref>

In the context of Unix-like systems, the term ''rc'' stands for the phrase "'''run commands'''". It is used for any file that contains startup information for a command.

It is believed to have originated sometime in 1965 at a runcom facility from the [[MIT]] [[Compatible Time-Sharing System]] (CTSS).



From [[Brian Kernighan]] and [[Dennis Ritchie]]:<ref name="iu.edu">{{cite web
From [[Brian Kernighan]] and [[Dennis Ritchie]]:<ref name="iu.edu">{{cite web

Revision as of 14:56, 22 February 2022

RUNCOM is a CTSS macro command processor.

History

Louis Pouzin created RUNCOM for CTSS.[1]

In the context of Unix-like systems, the term rc stands for the phrase "run commands". It is used for any file that contains startup information for a command.

It is believed to have originated sometime in 1965 at a runcom facility from the MIT Compatible Time-Sharing System (CTSS).


From Brian Kernighan and Dennis Ritchie:[2]

There was a facility that would execute a bunch of commands stored in a file; it was called runcom for "run commands", and the file began to be called "a runcom". rc in Unix is a fossil from that usage.

Tom Van Vleck, a Multics engineer, has also reminisced about the extension rc: "The idea of having the command processing shell be an ordinary slave program came from the Multics design, and a predecessor program on CTSS by Louis Pouzin called RUNCOM, the source of the '.rc' suffix on some Unix configuration files."[3]

This is also the origin of the name of the Plan 9 from Bell Labs shell by Tom Duff, the rc shell. It is called "rc" because the main job of a shell is to "run commands".

While not historically precise, rc may also be expanded 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. In The Art of Unix Programming, Eric S. Raymond consistently refers to rc files as "run-control" files.

See also

References

  1. ^ Pouzin, Louis (25 November 2000). "The Origin of the Shell". Multicians. Retrieved 31 July 2017.
  2. ^ "In Unix, what do some obscurely named commands stand for?". IT Knowledge Base. Indiana University. Retrieved 2009-04-20.
  3. ^ "Unix and Multics". Retrieved 2009-04-20.