Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tech_notes:linux_commands [2025-05-24 Sat wk21 16:11] – [File System] baumkp | tech_notes:linux_commands [2026-03-22 Sun wk12 09:59] (current) – [ncdu] baumkp | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| =====File System===== | =====File System===== | ||
| + | ====Find specific file types==== | ||
| + | *Using '' | ||
| + | *'' | ||
| + | *'' | ||
| + | *'' | ||
| + | |||
| + | *using '' | ||
| + | *'' | ||
| + | *'' | ||
| + | |||
| + | References: | ||
| + | *[[https:// | ||
| + | *[[https:// | ||
| ====check file system size==== | ====check file system size==== | ||
| Line 14: | Line 27: | ||
| *'' | *'' | ||
| * '' | * '' | ||
| + | * '' | ||
| + | * It is important to exclude the noted directories as they are temporary or external drives. | ||
| ===ncdu=== | ===ncdu=== | ||
| + | ncdu is a ' | ||
| + | *'' | ||
| + | *'' | ||
| + | |||
| + | ===df=== | ||
| + | df - report file system space usage | ||
| + | * '' | ||
| + | |||
| + | ===duf=== | ||
| + | duf - disk usage / Free utility, an updated version of df utility. | ||
| + | * '' | ||
| =====Devices===== | =====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===== | =====Networking Specific===== | ||
| <- tech_notes: | <- tech_notes: | ||