在各个运行级别的子目录中,都建立有到/etc/rc.d/init.d子目录中命令脚本程序的符号链接,但是,这些符号链接并不使用命令脚本程序在/etc/rc.d/init.d子目录中原来的名字。当/etc/rc.d/rc运行通过每个特定的运行级别子目录的时候,它会根据数字的顺序依次调用各个命令脚本程序执行。它先运行以字母K打头的命令脚本程序,然后再运行以字母S打头的命令脚本程序。对以字母K打头的命令脚本程序来说,会传递Stop参数;编写好新的命令脚本程序之后,再从相关的运行级别子目录中加上必要的符号链接,来控制这个命令脚本程序的启动或者停止。阅读全文>
发表于 @ 2007年05月20日 22:52:00|评论(loading...)|收藏
special disk: You can also pass in a special disk name as an argument to fuser.# fuser -u /dev/dsk/c0t2d0s7 /dev/dsk/c0t2d0s7: 1313co(oracle) 1223c(root) In the above example, there are two processes using the filesystem mounted on /dev/dsk/c0t2d0s7 (which in my example is the /db filesystem) at the time of running the command.# fuser -k /dev/dsk/c0t2d0s7 /dev/dsk/c0t2d0s7: 1313co 1223c In Linux, you can use the -m option to allow you to specify the filesystem by name.阅读全文>
发表于 @ 2007年03月30日 10:02:00|评论(loading...)|收藏
这是《John.Wiley.and.Sons.Linux.Bible.2005.Edition》中的附录B部分,详细介绍了一个想要了解Linux.的新人通过什么途径可以加入Linux community。总共4种途径,本文都有详细介绍,并且列举了其中的重要资源。相信对于一个像我这样的初学者来说,如何共享别人的学习资源和体会时非常重要的。一般初学者在刚刚接触一个陌生领域时,总是苦于没有进入新领域的大门。相信有了一本合适的参考资料(book or others)和这里所提到的这些资源,大家就可以更加轻松的入门Linux。阅读全文>
发表于 @ 2005年08月06日 12:59:00|评论(loading...)|收藏