首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Shell编程:shell script 的跟踪与 debug

2013-10-30 
Shell编程:shell script 的追踪与 debug# description: Syslog is the facility by which many daemons us

Shell编程:shell script 的追踪与 debug
# description: Syslog is the facility by which many daemons use to log \# messages to various system log files. It is a good idea to always \# run syslog.### BEGIN INIT INFO# Provides: $syslog### END INIT INFO

?

简单的说,这个脚本在启动一个名为 syslog 的常驻程序 (daemon),这个常驻程序可以帮助很多系统服务记载她们的登录档 (log file), 我们的 Linux 建议你一直启动 syslog 是个好主意!嘿嘿!简单的看看您就知道啥是啥啦!

?

来源:http://vbird.dic.ksu.edu.tw/linux_basic/0340bashshell-scripts_6.php

?

?

热点排行