首页 > 运维 > linux运维 > 正文

linux rc是什么的缩写

藏色散人
发布: 2023-04-17 09:28:12
原创
2778人浏览过
linux rc是runcomm的缩写,即名词“run command”(运行命令)的简写;rc是任何脚本类文件的后缀,这些脚本通常在程序的启动阶段被调用,通常是Linux系统启动时,比如“/etc/rc”是Linux启动的主脚本,而“.bashrc”是当Linux的bash shell启动后所运行的脚本。

linux rc是什么的缩写

本教程操作环境:linux5.9.8系统、Dell G3电脑。

linux rc是什么的缩写?

Linux中rc的含义

在Linux中,最为常用的缩略语也许是“rc”,它是“runcomm”的缩写――即名词“run command”(运行命令)的简写。rc”是任何脚本类文件的后缀,这些脚本通常在程序的启动阶段被调用,通常是Linux系统启动时。如/etc/rc(连接到/etc/rc.d/rc)是Linux启动的主脚本,而.bashrc是当Linux的bash shell启动后所运行的脚本。

 

.bashrc的前缀“.”是一个命名标准,它被设计用来在用户文件中隐藏那些用户指定的特殊文件;“ls”命令默认情况下不会列出此类文件,“rm”默认情况下也不会删除它们。许多程序在启动时,都需要“rc”后缀的初始文件或配置文件,这对于Unix的文件系统视图来说,没有什么神秘的。

 

 

[root@minimal test-rm]# pwd
/home/huage/test-rm
[root@minimal test-rm]# ls -Al
total 0
-rw-r--r--. 1 root root 0 Apr  2 11:50 001
-rw-r--r--. 1 root root 0 Apr  2 11:50 002
-rw-r--r--. 1 root root 0 Apr  2 11:43 .003
-rw-r--r--. 1 root root 0 Apr  2 11:43 .004
[root@minimal test-rm]# rm -rf *
[root@minimal test-rm]# ls -Al
total 0
-rw-r--r--. 1 root root 0 Apr  2 11:43 .003
-rw-r--r--. 1 root root 0 Apr  2 11:43 .004
登录后复制

 

 

"rc" (像是 ".cshrc" 或 "/etc/rc" 中的 rc 这两个字母) = "RunCom"  

"rc" 是取自 "runcom", 来自麻省理工学院在 1965 年发展的 CTSS系统。相关文献曾记载这一段话:"具有从档案中取出一系列命令来执行的功能;这称为 "run commands" 又称为 "runcom",而这种档案又称为一个 runcom (a runcom)。"

 

 awk = "Aho Weinberger and Kernighan" 
This language was named by its authors, Al Aho, Peter Weinberger and Brian Kernighan. 
grep = "Global Regular Expression Print" 
grep comes from the ed command to print all lines matching a certain pattern g/re/p where "re" is a "regular expression".
 
  rc (as in ".cshrc" or "/etc/rc") = "RunCom" 
"rc" derives from "runcom", from the MIT CTSS system, ca. 1965. '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.' 
Perl = "Practical Extraction and Report Language" 
Perl = "Pathologically Eclectic Rubbish Lister" 
The Perl language is Larry Wall's highly popular freely-available completely portable text, process, and file manipulation tool that bridges the gap between shell and C programming (or between doing it on the command line and pulling your hair out). For further information, see the Usenet newsgroup comp.lang.perl.misc.
登录后复制

相关推荐:《Linux视频教程

以上就是linux rc是什么的缩写的详细内容,更多请关注php中文网其它相关文章!

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
相关标签:
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号