Unix / Linux File System
In this lession we will learn about the file system of the Unix In Unix/Linux everything is organized as file. Unix/Linux follows a Filesystem Hierarchy Standard which defines how the directories in the Unix should be organized. Lets go to root directory 1 $ cd / Now here in root if you do pwd then you should be able to see following 1 2 $ pwd $ / Now here if you list files you should get following directories...