steamos-readonly: add examples (#21480)

This commit is contained in:
Managor
2026-03-13 05:49:41 +02:00
committed by GitHub
parent 01c866d496
commit e626792fed
+8
View File
@@ -3,6 +3,10 @@
> Set the readonly status of the filesystem.
> More information: <https://gitlab.com/users/evlaV/projects>.
- View the filesystem mutability status:
`steamos-readonly status`
- Set the filesystem to be mutable:
`sudo steamos-readonly disable`
@@ -10,3 +14,7 @@
- Set the filesystem to be read only:
`sudo steamos-readonly enable`
- Toggle the filesystem mutability:
`sudo steamos-readonly toggle`