commands.sh

systemd-hwdb

linux

Hardware database management tool.

More info →

Options (2)

-s, --strictboolean

Update the binary hardware database, returning a non-zero exit value on any parsing error

Example: sudo systemd-hwdb {{[-s|--strict]}} update
-r, --rootboolean

Update the binary hardware database in the specified root path

Example: systemd-hwdb {{[-r|--root]}} {{path/to/root}} update

Examples (5)

Update the binary hardware database in `/etc/udev`

Query the hardware database and print the result for a specific modalias

systemd-hwdb query modalias

Update the binary hardware database, returning a non-zero exit value on any parsing error

sudo systemd-hwdb [-s|--strict] update

Update the binary hardware database in `/usr/lib/udev`

sudo systemd-hwdb --usr update

Update the binary hardware database in the specified root path

systemd-hwdb [-r|--root] path/to/root update
made by @shridhargupta | data from tldr-pages