VIMRC, SCREENRC, BASHRC, KSHRC, etc. What does the "RC" mean?
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Industries in Orbit Looping
--
Chapters
00:00 Question
00:21 Accepted answer (Score 61)
00:48 Answer 2 (Score 32)
01:12 Answer 3 (Score 13)
01:24 Thank you
--
Full question
https://superuser.com/questions/144339/v...
Accepted answer links:
[this page]: http://www.faqs.org/faqs/unix-faq/faq/pa...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Industries in Orbit Looping
--
Chapters
00:00 Question
00:21 Accepted answer (Score 61)
00:48 Answer 2 (Score 32)
01:12 Answer 3 (Score 13)
01:24 Thank you
--
Full question
https://superuser.com/questions/144339/v...
Accepted answer links:
[this page]: http://www.faqs.org/faqs/unix-faq/faq/pa...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux
#avk47
ACCEPTED ANSWER
Score 64
There's a bit of interesting historical perspective about its derivation on this page:
"rc" derives from "runcom", from the MIT CTSS system, ca. 1965.
and that
"rc" in Unix is a fossil from that usage.'
ANSWER 2
Score 32
It stands for Run Commands
And as the name already says it can contain a listing of commands to run. For example in a xinitrc file You can list commands to run when initializing X. so you can make a Xterm window popup, or load GDM/Gnome.
ANSWER 3
Score 13
It stands for Run Commands
.