mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 06:58:37 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/steamos-readonly
Normal file
17
tldr/linux/steamos-readonly
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# steamos-readonly
|
||||
|
||||
> Set the readonly status of the filesystem.
|
||||
> More information: <https://gitlab.com/users/evlaV/projects>.
|
||||
|
||||
- Set the filesystem to be mutable:
|
||||
|
||||
`sudo steamos-readonly disable`
|
||||
|
||||
- Set the filesystem to be read only:
|
||||
|
||||
`sudo steamos-readonly enable`
|
||||
Reference in New Issue
Block a user