mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 16:58:20 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user