mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/a*: add and update Korean translation * Update pages.ko/linux/apt-file.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/ark.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/atool.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
29 lines
751 B
Markdown
29 lines
751 B
Markdown
# apx subsystems
|
|
|
|
> `apx`에서 서브시스템을 관리합니다.
|
|
> 서브시스템은 기존 스택을 기반으로 생성될 수 있는 컨테이너입니다.
|
|
> 더 많은 정보: <https://github.com/Vanilla-OS/apx>.
|
|
|
|
- 새 서브시스템을 대화식으로 생성:
|
|
|
|
`apx subsystems new`
|
|
|
|
- 사용 가능한 모든 서브시스템 나열:
|
|
|
|
`apx subsystems list`
|
|
|
|
- 특정 서브시스템을 초기 상태로 재설정:
|
|
|
|
`apx subsystems reset --name {{문자열}}`
|
|
|
|
- 특정 서브시스템을 [f]강제로 재설정:
|
|
|
|
`apx subsystems reset --name {{문자열}} --force`
|
|
|
|
- 특정 서브시스템 제거:
|
|
|
|
`apx subsystems rm --name {{문자열}}`
|
|
|
|
- 특정 서브시스템을 [f]강제로 제거:
|
|
|
|
`apx subsystems rm --name {{문자열}} --force`
|