Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tech_notes:linux_commands [2025-05-24 Sat wk21 15:53] – created baumkp | tech_notes:linux_commands [2025-06-14 Sat wk24 23:13] (current) – [man] baumkp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| ======Linux CLI Commands====== | ======Linux CLI Commands====== | ||
| + | Various Linux CLI (Command Line Interface) Commands with examples and grouped by type | ||
| + | |||
| + | =====File System===== | ||
| + | |||
| + | ====check file system size==== | ||
| + | |||
| + | ===du=== | ||
| + | Estimate file space usage | ||
| + | *'' | ||
| + | *'' | ||
| + | *'' | ||
| + | *'' | ||
| + | * '' | ||
| + | ===ncdu=== | ||
| + | ncdu is a ' | ||
| + | *ncdu | ||
| + | |||
| + | ===df=== | ||
| + | df - report file system space usage | ||
| + | * '' | ||
| + | |||
| + | ===duf=== | ||
| + | duf - disk usage / Free utility, an updated version of df utility. | ||
| + | * '' | ||
| + | |||
| + | =====Devices===== | ||
| + | |||
| + | ====lshw==== | ||
| + | Command to list hardware configuration parameters. | ||
| + | *'' | ||
| + | *'' | ||
| + | *system | ||
| + | *bridge | ||
| + | *memory | ||
| + | *processor | ||
| + | *address | ||
| + | *storage | ||
| + | *disk | ||
| + | *tape | ||
| + | *bus | ||
| + | *network | ||
| + | *display | ||
| + | *input | ||
| + | *printer | ||
| + | *multimedia | ||
| + | *communication | ||
| + | *power | ||
| + | *volume | ||
| + | *generic | ||
| + | |||
| + | ====man==== | ||
| + | *'' | ||
| + | *'' | ||
| + | * | ||
| + | |||
| + | ====crontab==== | ||
| + | '' | ||
| + | =====Networking Specific===== | ||
| + | |||
| + | |||
| + | <- tech_notes: | ||