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.
pwd
ls
cd
ls -a
/
) and provide a complete path to a directory or file..
(current directory) and ..
(parent directory)..
and ..
Directories: Use cd .
to stay in the current directory or cd ..
to move up to the parent directory.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.