当前位置: 技术问答>linux和unix
linux的shutdown会执行哪些操作读取哪些脚本哦?
来源: 互联网 发布时间:2015-10-19
本文导语: 如题。我用一ppc的linux内核和用于启动内核的rootfs, 现在我的shutdown不能正常使用,用参数: shutdown -r -t 3 now 或shutdown -r -t now 怎么都不能重启!它的inittab文件为: # This is run first except when booting in single-...
如题。我用一ppc的linux内核和用于启动内核的rootfs,
现在我的shutdown不能正常使用,用参数:
shutdown -r -t 3 now
或shutdown -r -t now
怎么都不能重启!它的inittab文件为:
# This is run first except when booting in single-user mode.
::sysinit:/etc/rc.sh
::respawn:/bin/application
::respawn:-/bin/sh
我该怎么做使嵌入式ppc上的linux能重启呢?
现在我的shutdown不能正常使用,用参数:
shutdown -r -t 3 now
或shutdown -r -t now
怎么都不能重启!它的inittab文件为:
# This is run first except when booting in single-user mode.
::sysinit:/etc/rc.sh
::respawn:/bin/application
::respawn:-/bin/sh
我该怎么做使嵌入式ppc上的linux能重启呢?
|
init 3
|
shutdown -h now
poweroff
poweroff