14 lines
306 B
Markdown
14 lines
306 B
Markdown
|
|
# systemctl rescue
|
||
|
|
|
||
|
|
> 복구 모드로 진입.
|
||
|
|
> 관련 항목: `systemctl emergency`.
|
||
|
|
> 더 많은 정보: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#rescue>.
|
||
|
|
|
||
|
|
- 복구 모드로 진입:
|
||
|
|
|
||
|
|
`systemctl rescue`
|
||
|
|
|
||
|
|
- 복구 모드로 비동기 진입:
|
||
|
|
|
||
|
|
`systemctl rescue --no-block`
|