Linux file command guides - Page 3

Find files, inspect metadata, copy safely, archive or compress data, sync directories, and avoid destructive command mistakes.

Curated guides

File command guides

37 matched guides, best match first. Page 3 of 4.

bzdiff comparing File A.bz2 and File B.bz2 with highlighted diff lines and Tux Linux mascot

bzdiff Command in Linux with Examples

Comparing old log snapshots or configuration exports gets awkward when the files are still compressed with bzip2. The bzdiff command in Linux compares the decompressed content of .bz2...

Published

Tux holding a magnifying glass revealing binary, manual page, and source file icons for the whereis command

whereis Command in Linux with Examples

When a command exists in more than one place, or its documentation seems missing, the whereis command in Linux gives you a quick inventory of the binary, source,...

Updated ( Published )

du command bar chart logo and Tux penguin representing Linux disk usage analysis

du Command in Linux (With Examples)

When a filesystem starts filling up, the du command in Linux tells you which directories and files are actually consuming space. It is useful for checking log growth,...

Updated ( Published )

Illustration showing the mkdir command creating nested directory structures in Linux terminal

mkdir Command in Linux with Examples

Directory setup gets repetitive fast when projects, logs, uploads, and backups all need predictable paths. The mkdir command in Linux creates those directories from the shell, whether you...

Updated ( Published )

Linux rmdir command examples showing how to safely remove empty directories

rmdir Command in Linux (With Examples)

Empty directories often survive builds, downloads, archives, and cleanup scripts. The rmdir command in Linux removes only empty directories, so it gives you a safer first pass before...

Updated ( Published )

Linux chmod command syntax and file permissions guide with practical examples

chmod Command in Linux with Examples

Permission mistakes can quietly break deployments or expose private files, which is why the chmod command in Linux is worth understanding before you copy a recursive fix from...

Updated ( Published )

Linux penguin mascot with magnifying glass over terminal icon representing command lookup

which Command in Linux with Examples

PATH problems usually look simple until two copies of the same tool exist on one system. The which command in Linux shows the executable path your current $PATH...

Updated ( Published )