LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is signifigance of "rc" and "rd" (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-signifigance-of-rc-and-rd-679526/)

john test 10-28-2008 07:43 AM

What is signifigance of "rc" and "rd"
 
I see "rc" used in linux as rc.local etc. What does "rc" relate to?
I also se "rd" used as initrd. What does "rd" relate to?
Thanks

i92guboj 10-28-2008 10:43 AM

rc, probably "runtime configuration" or "resource configuration", just a guess. It's not only used for the init system configuration stuff, but also, under your $HOME there will probably be some dot files that end in "rc", like ~/.bashrc and so on.

rd stands for "ram disk". The initrd image is a file that contains a small filesystem that is loaded into ram when booting, and usually contains drivers are are needed before the kernel can access the disk at a file system level (for example, the file system drivers, which can't be loaded from a file system that's not working yet, because well, the drivers have not been loaded :p you get the idea).

john test 10-28-2008 12:14 PM

Thanks for the response!
I think I can buy into "rd stands for Ram Disk" but I have my doubts about "rc standing for resource configuration". :-)
Lacking a definitive answer I will go with "Runtime Configuration". Seems pretty close to the action that occurs.
Thanks for the help!


All times are GMT -5. The time now is 10:37 PM.