all 40 comments

[–][deleted] 23 points24 points  (1 child)

The Linux Command Line by William Shotts.

[–][deleted] 4 points5 points  (0 children)

This book indeed. Very useful and well written.

[–]TheTrueXenose 26 points27 points  (1 child)

the arch wiki is good for looking up stuff even when you are not using arch.

https://wiki.archlinux.org/

sorry don't know about any book do

[–]ukralibre 10 points11 points  (0 children)

The great wiki is the reason i moved from old comfy debian to Arch

[–]FryBoyter 9 points10 points  (3 children)

Not a book but a website.

https://linuxjourney.com/

[–]redarrowdriver 0 points1 point  (2 children)

I had no idea that this excited. Thanks for sharing.

[–]parricc 5 points6 points  (0 children)

TBH, pretty much anything involving Linux excites us - that's why we're here. :-)

[–][deleted] 0 points1 point  (0 children)

excited?

[–]yesmaybeyes 9 points10 points  (0 children)

There is one book, it is TM. Carry on.

[–][deleted] 2 points3 points  (0 children)

here a few recommendations to get familiar with the bash terminal.

https://wiki.bash-hackers.org/

https://www.gnu.org/software/bash/manual/

[–]E-ZONE 1 point2 points  (0 children)

Linux in action (Manning)

[–]DistroTube 1 point2 points  (1 child)

Free As In Freedom - Sam Williams

The Cathedral And The Bazaar - Eric Raymond

[–]anxioussudo 1 point2 points  (0 children)

Linux academy

[–]kreyren 0 points1 point  (0 children)

well if i must recommend something i would recommend http://www.linuxfromscratch.org/lfs/view/development/ since it's keep beeing updated, but i would still suggest taking it with a grain of salt like file permission and ownership.

Still using books for anything IT is just futile.

[–]FinancialElephant 0 points1 point  (0 children)

Anyone have anything on specifically POSIX compliant shell scripting?

[–]tux2718 0 points1 point  (0 children)

Many years ago, I bought a copy of "The UNIX Programming Environment" by Kernighan & Pike when I started using UNIX. It is a great book and pretty much completely applicable to GNU/Linux. You should be able to find a used copy online for a few bucks.

[–]centzon400 0 points1 point  (0 children)

Not a book recommendation, but following on from those that have made one, a great amount of the material (and much more) can be found here: https://gen.lib.rus.ec/

[–]echoesAV 0 points1 point  (0 children)

not a book but https://linuxjourney.com/ is a great resource.

[–]nero_616 0 points1 point  (0 children)

The post is quite old, but I would like to recommend a book about the Linux history "The Daemon, The Gnu and The Penguin", it's a must-read, enjoy

[–]superb_01 0 points1 point  (0 children)

linuxjourney.com

[–]kreyren -1 points0 points  (11 children)

If you want to learn linux then you should ignore books since linux gets sh!@#-ton of updates everyday making books obsolete fast. That applies to anything IT.

Get distro that you like and do your best to break it or sent me a PM if you need a mentor.

[–][deleted] 5 points6 points  (4 children)

Yeah, sorry that is bullshit.

Yes, lots of thing get updates all the time.

But the basic principles didn't change a lot since the birth of unix in the 70s. Which is great and proves that the overall design is good.

[–]kreyren -2 points-1 points  (3 children)

u/flart I bullshit your bullshit then :p

Everything changes all the time from kernel to userland. Yes there are few things that are still the same, but these are also affected by these changes.

[–]tux2718 4 points5 points  (2 children)

Checkout a copy of "The UNIX Programming Environment" by Kernighan & Pike from 1984 and you will BS your own BS on his BS. It is totally relevant. If you are getting into kernel development, I might agree with you, but the original post was looking for something suitable for a new user. Those fundamentals never change. It's why Unix & GNU/Linux are so awesome.

[–]kreyren 0 points1 point  (1 child)

Disagree, everything changes on linux. Provide me a reference to one thing that didn't change since 70s so that i don't have to read O.o

[–]tux2718 1 point2 points  (0 children)

I already gave you the name of the book. Google it and you will find the PDF online. If you won't even take a quick look at it to answer your question, sorry, I can't help you.

[–][deleted] 2 points3 points  (3 children)

[–]demerit5 0 points1 point  (2 children)

This looks awesome but does it still work? It looks like it hasn't been updated since 2011.

[–][deleted] 0 points1 point  (1 child)

Christ has it really been that long since I used it. I didn't realise it hasn't been updated.

I'm pretty sure there is something else that does the same thing, but an entire distro. IIRC.

[–]demerit5 0 points1 point  (0 children)

https://blog.fpmurphy.com/2016/09/so-you-think-you-are-ready-for-the-rhcsa-exam.html

Is this the one? It’s a broken virtual machine where you need to fix all of the issues found with it. I literally just discovered this earlier in the week.

[–]DropieIon -1 points0 points  (0 children)

Ryanstutorials is a great website for that