HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dconf read — Read key values from dconf databases. See also: `dconf`. More information: <https://manned.org/dconf

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddconf readfromdconfreadkeyvaluescli
linux

Problem

How to use the dconf read command: Read key values from dconf databases. See also: dconf. More information: <https://manned.org/dconf>.

Solution

dconf read — Read key values from dconf databases. See also: dconf. More information: <https://manned.org/dconf>.

Print a specific key value:
dconf read /{{path/to/key}}


Print a specific key [d]efault value:
dconf read -d /{{path/to/key}}

Code Snippets

Print a specific key value

dconf read /{{path/to/key}}

Print a specific key [d]efault value

dconf read -d /{{path/to/key}}

Context

tldr-pages: linux/dconf read

Revisions (0)

No revisions yet.