Should everyone who uses Linux distro be aware of Command lines in Terminal?

Need help in the world of technology? Here is the section for you, or talk about your favourite tech related topic, or what is new in the world of tech here.
Post Reply
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 37514
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Should everyone who uses Linux distro be aware of Command lines in Terminal?

Post by froggyboy604 »

I notice that some Linux program installs require the use of simple short commands, so it is worth learning a few commands for Linux.

For example, Enabling the default firewall in Ubuntu requires a few commands.

sudo ufw allow ssh/tcp

[sudo] password for USER:Your Admin. USER Password

sudo ufw logging on

sudo ufw enable

sudo ufw status

http://johnson-yip.com/ubuntufirewallinstall

It seems to be quicker to use commands in Terminal that I learned then to find a suitable program with the add remove manager in some instances.
Post Reply