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

 
10번째 줄: 10번째 줄:
root@localhost:~# poweroff
root@localhost:~# poweroff
bash: poweroff: command not found
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 }}