随笔分类 -  Linux

菜鸟学Linux
摘要:Shell既是一种命令语言,又是一种程序设计语言。 Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的服务。 Ken Thompson的sh是第一种Unix Shell,Windows Explorer是一个典型的图形界面Shell。 Shell 脚本 Sh 阅读全文
posted @ 2016-02-17 11:02 猫小珍
摘要:下面贴出的是centos6.5 /etc/rc.sysinit文件内容 #!/bin/bash # # /etc/rc.d/rc.sysinit - run once at boot time # # Taken in part from Miquel van Smoorenburg's bchec 阅读全文
posted @ 2016-02-16 18:15 猫小珍