003 BasicCommands.pptx Linux OS basics commands

EmirHasanbegovi2 6 views 4 slides Oct 30, 2025
Slide 1
Slide 1 of 4
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4

About This Presentation

Linux OS basics commands


Slide Content

Looking at Basic Command-line Commands

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)