Our First Command

Let’s run our first command. Into a terminal type

$pwd
/home/mst3k

This command stands for print working directory. It prints the name of the folder in which the shell is currently working.

Previous
Next