2025-03-14 21:59:59 -06:00
|
|
|
# steamos-readonly
|
|
|
|
|
|
|
|
|
|
> Set the readonly status of the filesystem.
|
|
|
|
|
> More information: <https://gitlab.com/users/evlaV/projects>.
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- View the filesystem mutability status:
|
|
|
|
|
|
|
|
|
|
`steamos-readonly status`
|
|
|
|
|
|
2025-03-14 21:59:59 -06:00
|
|
|
- Set the filesystem to be mutable:
|
|
|
|
|
|
|
|
|
|
`sudo steamos-readonly disable`
|
|
|
|
|
|
|
|
|
|
- Set the filesystem to be read only:
|
|
|
|
|
|
|
|
|
|
`sudo steamos-readonly enable`
|
2026-06-12 17:51:25 -06:00
|
|
|
|
|
|
|
|
- Toggle the filesystem mutability:
|
|
|
|
|
|
|
|
|
|
`sudo steamos-readonly toggle`
|