HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

steamos-readonly — Set the readonly status of the filesystem. More information: <https://gitlab.com/users/evlaV/project

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thereadonlycommandstatusclisetsteamos-readonly
linux

Problem

How to use the steamos-readonly command: Set the readonly status of the filesystem. More information: <https://gitlab.com/users/evlaV/projects>.

Solution

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

Code Snippets

Set the filesystem to be mutable

sudo steamos-readonly disable

Set the filesystem to be read only

sudo steamos-readonly enable

Context

tldr-pages: linux/steamos-readonly

Revisions (0)

No revisions yet.