Linux CLI Commands

This is an old revision of the document!


back  
 next

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

  • du -hd1 /file_path lists and summaries directories sizes under /file_path 1 directory deep, where:
    • -d set the reporting depth flag
    • -h set human readable format
  • du -s /tmp /var lists the summary of directories /var and /tmp only, where:
    • -s set summaries

ncdu

Devices

Networking Specific

back  
 next
/app/www/public/data/attic/tech_notes/linux_commands.1748074305.txt.gz · Last modified: 2025-05-24 Sat wk21 16:11
CC Attribution-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International