System Grab Bag

View all TLDR pages from Linux (or from all pages)

xrdb

X window server's resource database utility for Unix-like systems. More information: https://www.x.org/releases/X11R7.7/doc/man/man1/xrdb.1.xhtml.
  • Start xrdb in interactive mode:
    xrdb
  • Load values (e.g. style rules) from a resource file:
    xrdb -load {{~/.Xresources}}
  • Query the resource database and print currently set values:
    xrdb -query

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.