Table of Contents

back  
 next
,

Linux CLI Commands

Various Linux CLI (Command Line Interface) Commands with examples and grouped by type

File System

Find specific file types

References:

check file system size

du

Estimate file space usage

ncdu

ncdu is a 'smart' version of du. 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.

man

crontab

sudo crontab -e can be used to safely

Networking Specific

back  
 next