Skip to content

Commit

Permalink
Merge pull request #36 from VehementHam/patch-4
Browse files Browse the repository at this point in the history
Commands explanation
  • Loading branch information
madonuko authored Mar 29, 2024
2 parents be83838 + 777ffd0 commit 19183e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/en/linux/shell.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,8 @@ For files in your current folder, you must use `./` before the file name.
./exec
```

<Alert type="info">
Executables are often moved into a directories listed in the `$PATH` variable (run `echo $PATH`). The filenames of executables in `$PATH` can be executed as commands (i.e. `custom-command` will run `/usr/local/bin/custom-command`)
</Alert>

#### [← Back To: Software and Package Management](../software)

0 comments on commit 19183e9

Please sign in to comment.