this post was submitted on 29 Dec 2021
19 points (100.0% liked)

Linux

48033 readers
1194 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Pretty much just the title.

all 9 comments
sorted by: hot top controversial new old
[–] eyeballkid@lemmy.ml 9 points 2 years ago (1 children)

The Linux Command Line at https://linuxcommand.org/tlcl.php is a good resource. Well-written and structured in a fairly logical way. The primary focus is on doing things in bash on Linux but it also expands into related topics that aren't strictly about bash, such as editing text files from the command line, using ssh to connect to remote computers, etc.

[–] stopit@lemmy.ml 2 points 2 years ago (1 children)

I just downloaded...this is very good.

[–] eyeballkid@lemmy.ml 3 points 2 years ago

Hopefully it will be useful for you! Everybody learns differently, but it was a good starting point for me when I was trying to figure out bash.

[–] chiefstorm@lemmy.ml 6 points 2 years ago

unix shell programming stephen G kochan patrick wood third edition

This one was great, describes the kernel and shell, and it is well written and organized. It also has some lesser known bash tricks and shell variables.

[–] pinknoise@lemmy.ml 4 points 2 years ago
[–] CHEFKOCH@lemmy.ml 4 points 2 years ago
[–] Echedenyan@lemmy.ml 2 points 2 years ago

I would not recommend you to learn Bash but POSIX shell which is compatible with every shell.

I would use DASH (Debian Almquist Shell) as a start. It is the default non-interactive shell at Debian and drives /bin/sh.