"Bash: reboot: command not found"의 두 판 사이의 차이

(새 문서: ==개요== ;<nowiki>bash: reboot: command not found</nowiki> <syntaxhighlight lang='console'> root@localhost:~# reboot bash: reboot: command not found root@localhost:~# shutdown bash...)
 
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
;<nowiki>bash: reboot: command not found</nowiki>
;<nowiki>bash: reboot: command not found</nowiki>


7번째 줄: 8번째 줄:
root@localhost:~# shutdown
root@localhost:~# shutdown
bash: shutdown: command not found
bash: shutdown: command not found
root@localhost:~# poweroff
bash: poweroff: command not found
root@localhost:~# systemctl
bash: systemctl: command not found
root@localhost:~# cat /etc/os-release | grep PRETTY
root@localhost:~# cat /etc/os-release | grep PRETTY
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"

2023년 2월 18일 (토) 20:55 기준 최신판

1 개요[ | ]

bash: reboot: command not found
root@localhost:~# reboot
bash: reboot: command not found
root@localhost:~# shutdown
bash: shutdown: command not found
root@localhost:~# poweroff
bash: poweroff: command not found
root@localhost:~# systemctl
bash: systemctl: command not found
root@localhost:~# cat /etc/os-release | grep PRETTY
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}