💻 ++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
- Disk and File System Management
- Text Readers & Editors
- User and Group Management
- File System Permissions
- SSH
- Cronjobs
- Package Management
📃 List of commands🔗 Links📖 Other E-Books🤲 Contributing
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 |
Great work everyone! Thanks so much for your contributions!