mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 21:35:32 +02:00

* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
12 lines
302 B
Markdown
12 lines
302 B
Markdown
# steamos-readonly
|
|
|
|
> 파일 시스템의 읽기 전용 상태 설정.
|
|
> 더 많은 정보: <https://gitlab.com/users/evlaV/projects>.
|
|
|
|
- 파일 시스템을 수정 가능하게 설정:
|
|
|
|
`sudo steamos-readonly disable`
|
|
|
|
- 파일 시스템을 읽기 전용으로 설정:
|
|
|
|
`sudo steamos-readonly enable`
|