DEV Community

Discussion on: Hacktoberfest Check-In & Forem Contributor Spotlight ⭐️

Collapse
 
bobbyiliev profile image
Bobby Iliev

Hacktoberfest this year has been amazing 🤩

Together with the community we've managed to write a first draft of an open source eBook purely based on Hacktoberfest contributionbs 🙌

GitHub logo bobbyiliev / 101-linux-commands-ebook

101 Linux commands Open-source eBook

💻 ++101 Linux commands Open-source eBook

This is an open-source eBook with 101 Linux commands that everyone should know. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you will most likely have to use the terminal at some point in your career.

Make sure to star the repository

🔽 Download links


Content


Basics

File Hierarchy Standard (FHS)

Path Content
/bin Binaries (User)
/boot Static boot loader files
/etc Host specific configs
/lib Shared libraries and kernel modules
/sbin Binaries (System/root)
/var Varying files (e.g. Logs)
/usr 3rd party software