Skip to content

Commit e626792

Browse files
authored
steamos-readonly: add examples (#21480)
1 parent 01c866d commit e626792

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/linux/steamos-readonly.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
> Set the readonly status of the filesystem.
44
> More information: <https://gitlab.com/users/evlaV/projects>.
55
6+
- View the filesystem mutability status:
7+
8+
`steamos-readonly status`
9+
610
- Set the filesystem to be mutable:
711

812
`sudo steamos-readonly disable`
913

1014
- Set the filesystem to be read only:
1115

1216
`sudo steamos-readonly enable`
17+
18+
- Toggle the filesystem mutability:
19+
20+
`sudo steamos-readonly toggle`

0 commit comments

Comments
 (0)