What we’ll cover Logging into a tty terminal What terminal am I on? What user account am I using? What is my current working directory? What files are located here?
The pwd command pwd stands for print working directory Your working directory can be called either: current working directory present working directory
What we covered Logging into a tty terminal What terminal am I on ? (tty) What user account am I using ? (whoami) What is my current working directory ? (pwd) What files are located here ? (ls)