1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 16:53:33 +02:00

fix(linux): add missing /opt directory explanation

This commit is contained in:
nndrei
2025-06-04 12:58:53 +02:00
committed by GitHub
parent 299b167808
commit 00cd51b941

View File

@@ -11,6 +11,7 @@ In Linux, understanding the directory hierarchy is crucial for efficient navigat
- `/usr`: User programs and data.
- `/lib`: Shared libraries.
- `/tmp`: Temporary files.
- `/opt`: Third-party applications.
Visit the following resources to learn more: