Files
cheatsheet-tldr/tldr/linux/cage
2025-06-10 00:20:25 +00:00

22 lines
372 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# cage
> Open an applications in a kiosk mode.
> More information: <https://github.com/cage-kiosk/cage/blob/master/cage.1.scd>.
- Run an application:
`cage {{application}}`
- Give the application arguments:
`cage -- {{application}} {{arguments}}`
- Display help:
`cage -h`