The Command Line

<1> INTRO TO CLI

Linux has a graphical user interface and it works pretty much like the GUI’s on other systems that you are familiar with such as Windows and OSX.

So, what are they exactly?

Basic Windows CLI Commands

CLI Windows COMMANDS

DOS Commands Help

HELP COMMAND

CLI COMMANDS


<2> Basic Navigation!

The three commands that we use to navigate the file path.

1. pwd Print Working Directory - ie. Where are we currently. Syntax :: pwd

2. ls List the contents of a directory. Syntax :: Is [options][location]

3. cd Change Directories - ie. move to another directory. Syntax :: cd [location]


<3> More About Files!

The two commands you use to work with files :

<1> file

obtain information about what type of file a file or directory is.

<2> ls -a

List the contents of a directory, including hidden files.



GitHub URL