Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-23 00:23:11 +00:00
parent 7a260c8cd2
commit b6a6d775f5
16 changed files with 125 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Update the binary hardware database in `/etc/udev`:
`systemd-hwdb update`
`sudo systemd-hwdb update`
- Query the hardware database and print the result for a specific modalias:
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
- Update the binary hardware database, returning a non-zero exit value on any parsing error:
`systemd-hwdb {{[-s|--strict]}} update`
`sudo systemd-hwdb {{[-s|--strict]}} update`
- Update the binary hardware database in `/usr/lib/udev`:
`systemd-hwdb --usr update`
`sudo systemd-hwdb --usr update`
- Update the binary hardware database in the specified root path: