mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 11:52:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all disks and storage controllers in tabular format:
|
||||
|
||||
`sudo lshw -class disk -class storage -short`
|
||||
`sudo lshw {{[-c|-class]}} disk -class storage -short`
|
||||
|
||||
- Save all network interfaces to an HTML file:
|
||||
- Save all network interfaces to an HTML/XML/JSON file:
|
||||
|
||||
`sudo lshw -class network -html > {{interfaces.html}}`
|
||||
`sudo lshw {{[-c|-class]}} network -{{html|xml|json}} > interfaces{{.html|.xml|.json}}`
|
||||
|
||||
Reference in New Issue
Block a user