ChinaUnix.net
相关文章推荐:

rc定时电路

by myfaxmail - 移动操作系统 - 2011-12-23 02:09:33 阅读(820) 回复(0)

相关讨论

网上查到在rc.local中添加程序路径开机就能自动运行 比如我的程序在/home/tigeradvance/f 我在rc.local添加/home/tigeradvance/f & 程序的主要内容就是fopen("a.txt","w"),但是我重启后没有产生文件a.txt,程序肯定对的,我运行过了,何解,rc.local应该怎么弄。。

by tigeradvance - Linux环境编程 - 2010-12-22 21:51:14 阅读(2071) 回复(6)

linux系统中,有许多程序的配置文件的文件名末尾带有“rc”字样,比如~/.bashrc、/etc/vim/vimrc、/etc/X11/xinit/xinitrc等。这些“rc”文件究竟是干什么用的呢?也许不只我一个人曾为此而疑惑吧。最近在看《linux系统管理技术手册》才明白 what the “rc” files are and what they are used for.不卖关子了,“rc”文件指代系统中的“启动脚本”,“rc”代表“runcom”或“run command(运行命令)”,这是大约出现于1965年的...

by szufhc2006 - Linux文档专区 - 2010-01-04 13:20:19 阅读(824) 回复(0)

请问现在装一个windows7 版本怎么样啊??还需不需要驱动!!!如果要没有windows7 的驱动怎么办啊?

by happy-idiot - 攻防交流区 - 2009-05-21 23:41:58 阅读(3602) 回复(5)

小弟发现 rhel 5的rc.sysinit脚本和rhel4不一样了,硬件初始化部分变成如下这样了,但是发现它并没有运行modeprobe命令加载相关的驱动模块的动作了,那请问高手它是如何初始化硬件的呢? #rhel 5 # Initialize hardware if [ -f /proc/sys/kernel/modprobe ]; then if ! strstr "$cmdline" nomodules && [ -f /proc/modules ] ; then sysctl -w kernel.modprobe="/sbin/modprobe" >/dev/null 2>&1 else # We...

by unixu - Linux系统管理 - 2009-04-22 16:38:51 阅读(1119) 回复(2)

我在rc.sysinit中增加了一个自动加载驱动的命令,(在特定的位置) 异常重启,然后能够进入系统,我再把自己加的命令屏蔽,再异常重启 如此操作几次后,会发现rc.sysinit的文件执行权限没有了,导致不能正常开机 请问这是什么原因造成的, 该如何解决,谢谢

by earthchild - 内核源码 - 2009-04-14 10:33:16 阅读(1057) 回复(0)

Ubuntu上使用rc.local touch /etc/rc.local chmod 755 /etc/rc.local cd /etc/rc2.d ln -s ../rc.local ./S99rc.local cd /etc/rc3.d ln -s ../rc.local ./S99rc.local 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/89923/showart_1811305.html

by raul.liu - Linux文档专区 - 2009-02-03 17:18:27 阅读(881) 回复(0)

################################################################################ # -- sysinstall generated deltas -- # Fri Aug 22 17:00:48 2008 # Created: Fri Aug 22 17:00:48 2008 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. ###############################...

by fender0107401 - BSD文档中心 - 2008-11-03 22:48:24 阅读(1129) 回复(0)

哪位能告诉我,在rc.conf中到底有哪些东东可以配置,哪个地方有文档可以查。 还有个问题,在编译内核时,内核选项,是不是配置文件中还有些没有列出来。我应该在哪个地方可以找到呢? 谢谢。

by linpay2000 - BSD - 2008-10-26 21:48:17 阅读(1706) 回复(3)