Skip to content

Instantly share code, notes, and snippets.

@suca19
suca19 / LINUX
Last active March 3, 2024 23:53
Basic Linux Commands
#Welcome to my Gist Page where we'll learn Basic Linux Commands
## pwd
It is used to know which directory you are in, you can use it and it gives us the absolute path.
```
pwd
```