mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
14 lines
257 B
Markdown
14 lines
257 B
Markdown
![]() |
# dconf reset
|
||
|
|
||
|
> Reset key values in dconf databases.
|
||
|
> See also: `dconf`.
|
||
|
> More information: <https://manned.org/dconf>.
|
||
|
|
||
|
- Reset a specific key value:
|
||
|
|
||
|
`dconf read {{/path/to/key}}`
|
||
|
|
||
|
- Reset a specific directory:
|
||
|
|
||
|
`dconf read -d {{/path/to/directory/}}`
|