bashコマンド ~shutdown~
shutdown
シャットダウン(即時)
# shutdown -h now
シャットダウン(10秒後)
# shutdown -h 10
再起動(即時)
# shutdown -r now
シャットダウンコマンドのエラー
コマンドが見つからない場合
# shutdown -r now
-bash: shutdown: コマンドが見つかりません
[対応策]shutdownコマンドをフルパスで指定
# /sbin/shutdown -r now
# shutdown -h now
# shutdown -h 10
# shutdown -r now
# shutdown -r now
-bash: shutdown: コマンドが見つかりません
# /sbin/shutdown -r now
Author And Source
この問題について(bashコマンド ~shutdown~), 我々は、より多くの情報をここで見つけました https://qiita.com/oyan29/items/dace319b6d40d7ce6906著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .