My daughter was advised/encouraged by their teacher to take a Linux (sic) command line course.

She was enjoying it until she unexpectedly hit a paywall at chapter 4 (of 6).

Can you recommend a free as in freedom GNU/Linux command-line course or tutorial?

#askfedi #dtv

@janneke

Some of the many books on the subject:

#books
#Linux
#CommandLine
#AltText

@appassionato @janneke
'The command line' is not a topic but just a specific way of interacting.

I guess it's the `bash` (bourne again shell) that is meant. The proper way of learning it is running linux (from a live image on a USB stick if you don't want to install it), to open a terminal ("the command line") and simply type `man bash` or `info bash`.

Also nearly all bigger distributions offer some kind of introduction on their webpage. Take the one of the live image/ distro that is used.

@appassionato @janneke
Actually, there is absolutely no need to buy a book to learn anything about linux. Everything is documented in detail, most of it already installed or easy to install (often declared as "doc"-package) on any linux system. Linux *is* learning.