mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 17:50:28 +00:00
Update cheatsheets
This commit is contained in:
18
linux/dconf-reset
Normal file
18
linux/dconf-reset
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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 read {{/path/to/key}}`
|
||||
|
||||
- Reset a specific directory:
|
||||
|
||||
`dconf read -d {{/path/to/directory/}}`
|
||||
Reference in New Issue
Block a user