>>202322
If you're just starting your journey into the Unix/Linux world, I have to recommend a short book titled "The Unix Philosophy" by Mike Gancarz. It's important, because it will put you in the right mindset to get the most out of a Unix system. It's really short and easy to read, too. I think it's possible to finish reading it in a day if you're a native English speaker.
The main themes are as follows:
1. Small is beautiful.
2. Make each program do one thing well.
3. Build a prototype as soon as possible.
4. Choose portability over efficiency.
5. Store data in flat text files.
6. Use software leverage to your advantage.
7. Use shell scripts to increase leverage and portability.
8. Avoid captive user interfaces.
9. Make every program a filter.
https://infogalactic.com/info/Unix_philosophy
PS: A small gift for you. >>201212