14 lines
305 B
Markdown
14 lines
305 B
Markdown
|
|
# dconf reset
|
||
|
|
|
||
|
|
> Reimposta i valori delle chiavi nei database dconf.
|
||
|
|
> Vedi anche: `dconf`.
|
||
|
|
> Maggiori informazioni: <https://manned.org/dconf>.
|
||
|
|
|
||
|
|
- Reimposta il valore di una chiave specifica:
|
||
|
|
|
||
|
|
`dconf reset /{{path/to/key}}`
|
||
|
|
|
||
|
|
- Reimposta una directory specifica:
|
||
|
|
|
||
|
|
`dconf reset -f /{{path/to/directory}}/`
|