Friday, April 19, 2024
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 15727  / 2 Years ago, sun, september 25, 2022, 9:54:52

Frequently, there are some things we need to do, tweak system settings, execute some processes, however even on Ubuntu, sometimes there isn't a GUI to perform such tasks, which is why we come to places like Ubuntu forum, askubuntu or even search on Google.



Then someone provides us a terminal command that allows us to do whatever we need at that moment to solve a certain problem. So I see that learning the language behind Linux can be extremely useful. But all I've been doing so far is to execute the commands, sometimes I don't even understand what I'm doing while executing them, I am just following instructions from someone else.



I would like to understand more about Linux in general and Ubuntu in particular, I don't want to master Linux or run everything on terminal, I like Ubuntu just fine for modern PC's, user-centric and graphical, but I just would like to know the basics and at least to be able to understand what a certain command is going to do on the system.



What is the best way to do this?


More From » command-line

 Answers
1

  1. Linux in a nutshell is said to be a good book for Linux commands. You can see that book. (I admit that I did not completely read the book, but seems to me good for commands, See below comment from an actual reader)


  2. An online directory of useful Linux commands can also help you a lot


  3. I found the book Ubuntu Linux Bible extremely helpful and a friendly introduction to Ubuntu. It is by "William von Hagen".


  4. You can browse the Linux manual pages in a web-browser by installing man2html.



    sudo apt-get install man2html

  5. You can browse the GNU info pages by typing info following the command name in a terminal. The Graphical Way to do the same thing requires info2www package. Install it with sudo apt-get install info2www.

    (These are more helpful, and I highly recommend these to understand the Linux Commands, such as sed, grep and others)



[#37558] Monday, September 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulild

Total Points: 239
Total Questions: 103
Total Answers: 112

Location: Papua New Guinea
Member since Thu, Jul 9, 2020
4 Years ago
;