this post was submitted on 12 Dec 2025
45 points (95.9% liked)
Linux
10570 readers
605 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you’ve already done a bit of programming, you can think of the terminal as a place that executes code. Just look at some bash scripts, and you’ll probably find it somewhat familiar.
Just like you can load new libraries, you can also install new commands on your system. You can think of each program as a function in some programming language such as Python.