Linuxでシステムをシャットダウンする方法
1.一般ユーザーでシャットダウン
$ su
Password: ← rootのパスワードを入力
# shutdown -h now
2.スーパーユーザーでシャットダウン
# shutdown -h now
Coding Changes the World
1.一般ユーザーでシャットダウン
$ su
Password: ← rootのパスワードを入力
# shutdown -h now
2.スーパーユーザーでシャットダウン
# shutdown -h now