snippetbashTip
apx subsystems — Manage subsystems in `apx`. Subsystems are containers that can be created based on pre-existing stac
Viewed 0 times
subsystemsapx subsystemscommandareclimanageapx
linux
Problem
How to use the
apx subsystems command: Manage subsystems in apx. Subsystems are containers that can be created based on pre-existing stacks. More information: <https://docs.vanillaos.org/docs/en/apx-manpage#subsystems>.Solution
apx subsystems — Manage subsystems in apx. Subsystems are containers that can be created based on pre-existing stacks. More information: <https://docs.vanillaos.org/docs/en/apx-manpage#subsystems>.Interactively create a new subsystem:
apx subsystems newList all available subsystems:
apx subsystems listReset a specific subsystem to its initial state:
apx subsystems reset {{[-n|--name]}} {{string}}Force reset a specific subsystem:
apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}Remove a specific subsystem:
apx subsystems rm {{[-n|--name]}} {{string}}Force remove a specific subsystem:
apx subsystems rm {{[-n|--name]}} {{string}} {{[-f|--force]}}Code Snippets
Interactively create a new subsystem
apx subsystems newList all available subsystems
apx subsystems listReset a specific subsystem to its initial state
apx subsystems reset {{[-n|--name]}} {{string}}Force reset a specific subsystem
apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}Remove a specific subsystem
apx subsystems rm {{[-n|--name]}} {{string}}Context
tldr-pages: linux/apx subsystems
Revisions (0)
No revisions yet.