亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12下一頁(yè)
最近訪(fǎng)問(wèn)板塊 發(fā)新帖
查看: 7454 | 回復(fù): 15
打印 上一主題 下一主題

"init 0" VS "shutdown -y -g0 -i0" [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2002-03-24 17:12 |只看該作者 |倒序?yàn)g覽
[這個(gè)貼子最后由bear在 2002/03/26 07:25pm 編輯]

請(qǐng)問(wèn)SOLARIS中如何關(guān)機(jī),我在運(yùn)行SHUTDOWN后怎么關(guān)不掉呀?

論壇徽章:
1
榮譽(yù)版主
日期:2011-11-23 16:44:17
2 [報(bào)告]
發(fā)表于 2002-03-24 18:07 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

你可以使用命令: init 5 或 shutdown -i 5 now

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2002-03-24 20:40 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

init 5不太安全,在有些SUN的機(jī)器上會(huì)HANG,還是shutdown -y -g0 -i0安全

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2002-03-25 08:58 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

你用的是sparc或是intel的,如果是for sparc的,用fancy的建議比較好,如果是用intel的,用init 0比較好,我試過(guò),如果用shutdown -y -g0 -i0 是不能裝機(jī)的,

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2002-03-25 09:43 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

請(qǐng)問(wèn)樓上,shutdown和init都是調(diào)用init進(jìn)程讀取/etc/rc*.d的內(nèi)容來(lái)進(jìn)行關(guān)機(jī)的,到底那里不同?為什么說(shuō)shutdown比init好?

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2002-03-26 19:09 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

同意 mmmmn 的,都用腳本關(guān)機(jī),有什么不一樣???

論壇徽章:
1
榮譽(yù)版主
日期:2011-11-23 16:44:17
7 [報(bào)告]
發(fā)表于 2002-03-26 19:23 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

[這個(gè)貼子最后由bear在 2002/03/26 07:29pm 編輯]

我碰到過(guò)一次,在rc2.d下的一個(gè)腳本運(yùn)行有問(wèn)題,導(dǎo)致shutdown -y -g0 -i0無(wú)法運(yùn)行結(jié)束,而init 0卻可以將掛起的腳本或應(yīng)用kill掉,關(guān)掉機(jī)器,區(qū)別應(yīng)該就在這里了.

"朽木可雕"對(duì)不起,我編輯了帖子的主題,因?yàn)橄敕湃刖A區(qū),讓大家更容易分辨內(nèi)容

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2002-03-26 21:03 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

init 0執(zhí)行關(guān)機(jī)腳本,退到ok.
shutdown -y -g0 -i0    產(chǎn)生關(guān)機(jī)提示,調(diào)用init 0.

論壇徽章:
1
榮譽(yù)版主
日期:2011-11-23 16:44:17
9 [報(bào)告]
發(fā)表于 2002-03-27 08:57 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

我想應(yīng)該不是簡(jiǎn)單的調(diào)用init 0.

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2002-03-27 09:17 |只看該作者

"init 0" VS "shutdown -y -g0 -i0"

現(xiàn)把sa238中關(guān)于關(guān)閉命令的定義帖出來(lái),希望大家有所收獲
You can use the init command to shutdown, poweroff, or reboot
a system in a clean and orderly manner. It executes the rc0 kill scripts,
however, this command does not warn logged in users that the system
is being shutdown, and there is no delay.

The shutdown command is a script that invokes init to shutdown,
poweroff, or reboot the system. It does execute the rc0 kill scripts
to shutdown processes and applications gracefully. Unlike the init
command, the shutdown command does the following:

The halt command performs an immediate shutdown. It does not
execute the rc0 kill scripts, it does not notify logged in users, and
there is no delay.
To shut down the system to stop the Solaris Operating Environment
and display the ok prompt:

The poweroff command performs an immediate shutdown. It does
not execute the rc0 kill scripts, no logged in users are notified, and
there is no delay.


The reboot command performs an immediate shutdown and brings
the system to run level 3 by default. The reboot command differs
from the init 6 command because it does not execute the rc0 kill
scripts, and it does not notify logged in users.


您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專(zhuān)區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP