Table of Contents

File System

A file system is essentially a method and data structure that the operating system uses to control how data is stored and retrieved on a disk. It organizes data into files and directories, making it easier for you to manage and access your files.

Understanding Your Location: pwd

Listing Directory Contents: ls

Changing Directories: cd

Revealing Hidden Files and Directories: ls -a

Understanding Path Types

Navigating with Shortcuts


Extensions, FileTypes & Wildcards

In Linux, unlike operating systems like Windows, file extensions do not dictate the type of file or how it should be processed. Instead, Linux examines the contents of a file, particularly its header, to determine its type.

File Types and Headers