From e2f9405968d590abb937a57f81aaadd64becccc6 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:20:28 +0300 Subject: [PATCH] cage: add page (#16804) --- pages/linux/cage.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/cage.md diff --git a/pages/linux/cage.md b/pages/linux/cage.md new file mode 100644 index 0000000000..a62e05d06b --- /dev/null +++ b/pages/linux/cage.md @@ -0,0 +1,16 @@ +# cage + +> Open an applications in a kiosk mode. +> More information: . + +- Run an application: + +`cage {{application}}` + +- Give the application arguments: + +`cage -- {{application}} {{arguments}}` + +- Display help: + +`cage -h`