mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 11:41:34 +00:00
19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dconf reset
|
|
|
|
> Reset key values in dconf databases.
|
|
> See also: `dconf`.
|
|
> More information: <https://manned.org/dconf>.
|
|
|
|
- Reset a specific key value:
|
|
|
|
`dconf reset {{/path/to/key}}`
|
|
|
|
- Reset a specific directory:
|
|
|
|
`dconf reset -f {{/path/to/directory/}}`
|