Table of Contents

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

ncdu

ncdu is a 'smart' version of nu. It needs to be specifically installed, e.g. sudo apt install ncdu.

df

df - report file system space usage

duf

duf - disk usage / Free utility, an updated version of df utility. It needs to be specifically installed, e.g. sudo apt install duf.

Devices

lshw

Command to list hardware configuration parameters.

Networking Specific

back  
 next