Getting to know the command line Written By Marco Monteiro
October 25, 2020

On this video we talk about the most important tool in your linux machine, the command line. In it we go over what is the prompt, what it means and some basic commands like:

$ whoami    = Who am I?
$ pwd       = Where am I?
$ ls        = What can I see?
$ cd        = Going some place?
$ cp        = Copy stuuf
$ mv        = Move stuff
cli   linux   prompt   bash