difference > shutdownコマンド > Windows / linux < 自PC / 他PC over the internet
通信経路にあるPCをshutdownする場合のコマンドについて調べた。
自PCのshutdownと合わせて記載する。
自PCでのshutdown
Windows
> shutdown -s -t 0
linux
自分がよく使うのは以下。
$ sudo shutdown -h now
他PCからのshutdown
Windows
Remote shutting down computer over WiFi with cmd
設定をしてから以下を実行する。
> shutdown -m \\mypcname -r -c "this pc will shutdown in 60 secs" -t 60
デフォルト設定ではないため、設定変更する場合と、自作shutdownソフトを走らせる場合の利点、欠点は検討を要する。
OSの機能として用意されているというのは1ポイント。
どのバージョンのWindows(7, 8.1, 10?)で有効かは未消化。
linux
sshとsudoの組合せ
$ ssh user@remote_computer sudo poweroff
上記の例ではshutdown -h now
の代わりにpoweroff
を使用。
Author And Source
この問題について(difference > shutdownコマンド > Windows / linux < 自PC / 他PC over the internet), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/40ae49f915f289000ace著者帰属:元の著者の情報は、元の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 .