mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:42:08 +02:00
13 lines
297 B
Markdown
13 lines
297 B
Markdown
# dconf reset
|
|
|
|
> dconf 데이터베이스에서 키 값을 재설정.
|
|
> 같이 보기: `dconf`.
|
|
> 더 많은 정보: <https://manned.org/dconf>.
|
|
|
|
- 특정 키 값을 재설정:
|
|
|
|
`dconf reset {{/경로/대상/키}}`
|
|
|
|
- 특정 디렉터리를 재설정:
|
|
|
|
`dconf reset -f {{/경로/대상/폴더/}}`
|