Navigating folder structure in various systems
I will explain navigating folder structure using graphical tools in various systems.
In Windows Operating System it is possible to navigate through folder structure using file explorer, in Mac OS it is called finder, in Linux … I don’t think there one specific name for it. The name of the tool will depend on the graphical interface that is in use.
In non-graphical mode it is possible to list content of a folder in Linux like operating system with ls command. ls is short for list.
In non-graphical mode in Linux like operating system it is possible to switch to a specific folder location with cd command. cd command will take either full path or relative path.
Comments
Post a Comment