I'm trying to learn Linux well enough to troubleshoot problems on my own instead of needing help every time. I'm still a beginner and know only the basics. ADHD and a traumatic brain injury make learning especially difficult for me, but I'm committed to improving. I learn much better from physical books than online videos or ebooks. Are there any printed books you'd recommend for learning the command line, Bash, and general Linux usage? I use a Fedora-based distribution, so I'm also wondering how much the choice of distribution matters. Books with exercises or a hands-on approach would be especially helpful.
4 Answers
A printed command-line cheat sheet can be useful alongside a book. Start with basics such as pwd, ls, and cd, then gradually learn useful options and more advanced commands. Practice in a virtual machine or another safe environment, keep backups, and make sure you understand a command before running it.
Mark Sobell’s Linux books are another worthwhile option, especially if you want a more comprehensive reference that you can keep nearby while practicing.
The Linux Command Line is a strong beginner-friendly choice for learning everyday commands and shell usage. How Linux Works goes deeper into the internals, so it’s better as a follow-up if you want to understand what’s happening under the hood. Most of the basic commands are the same across distributions; the biggest practical difference is usually the package manager.
Check your local library for books on the Linux terminal and Bash. Pick one that includes exercises, work through the examples instead of just reading, and practice each command at your own pace.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux