Sep 06, 2021
I’m finally back at it using Roppers Academy and working on the Introduction to Computing Fundamentals course. I’m focusing on learning the command-line versus using the GUI (Graphical User Interface). Now, typically, most users are using the GUI. However, when you think of how many clicks you can save with the command line, it’s beneficial to learn a few commands.
In this case, I am using the OS: Kali Linux. To keep it simple, you will use the terminal (that little black box) to type in commands.
Think of how you open a file.
You would use your mouse and wander over and double-click the file.
I have created a file named test.txt. However, I don’t want to just open it using the mouse.
In the command-line, you can just type in open test.txt and the test file open.
There are many commands though that one can learn.
I would suggest searching Linux command cheatsheets, or better yet, create your own after using commands and keeping them as notes!
Date: 09/05/21