Options (2)
-s, --strictbooleanUpdate the binary hardware database, returning a non-zero exit value on any parsing error
Example:
sudo systemd-hwdb {{[-s|--strict]}} update-r, --rootbooleanUpdate the binary hardware database in the specified root path
Example:
systemd-hwdb {{[-r|--root]}} {{path/to/root}} updateExamples (5)
Update the binary hardware database in `/etc/udev`
sudo systemd-hwdb updateQuery the hardware database and print the result for a specific modalias
systemd-hwdb query modaliasUpdate the binary hardware database, returning a non-zero exit value on any parsing error
sudo systemd-hwdb [-s|--strict] updateUpdate the binary hardware database in `/usr/lib/udev`
sudo systemd-hwdb --usr updateUpdate the binary hardware database in the specified root path
systemd-hwdb [-r|--root] path/to/root updatemade by @shridhargupta | data from tldr-pages