Book Notes — Linux
THE LINUX COMMAND LINE
by William Shotts
★★★★★
1
Loving the Shell
- The Shell is more of a program that offloads your request to the operating system to execute and return the result to the user.
- Most common shell is the bourne again shell callsed the bash which was a rewritten version, the previous being the sh
- You need a GUI(Graphical User Interface) to be able to interact with the shell. there are tons of GUI
- In KDE desktops they have a
konsoleterminal GUI library while the debian distros have their own gnome-terminal client.
Discussion
Loading…