What does “rc” mean in dot files

前端 未结 5 1585
太阳男子
太阳男子 2020-12-07 06:55

In my home folder in Linux I have several config files that have \"rc\" as a file name extension:

$ ls -a ~/|pcregrep \'rc$\'
.bashrc
.octaverc
.perltidyrc
.         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-07 07:25

    It looks like one of the following:

    • run commands
    • resource control
    • run control
    • runtime configuration

    Also I've found a citation:

    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.

提交回复
热议问题