Need pointers for learning Linux

Goodmorning , good evening whatever it is

How to study linux from zero to advance I know liittle about like ls
Cd rm
Cd …

Sudo

I have little basics but I need to study it from zero to advance really how
Can someone suggest is tryhackme great for it

And my another question what is scripting in linux
Thank you

Regards :cyberman

Any websites the provide u linux but in more from zero to advance like professional REALLY professional

1 Like

Here is a nice YouTube channel. They have some basic instructional things and some more advanced. The videos are pretty well done.

https://www.youtube.com/@LearnLinuxTV

6 Likes

Hi @alialbashek60 ,
There are a number of tutorials on the itsFOSS site

Regards
Neville

6 Likes

If you like some reading, there are some real gems on

That inlcudes “Linux notes for professionals”:

It may be worth a look…

4 Likes

If you want to learn “Linux”, I suggest searching for (in order):

  1. A bash tutorial. This is the cli most linux distributions use.
  2. A bash scripting tutorial. This is distinct from the above.
  3. By this time you should be well versed in the cli and bash scripting. Systemd – used by most distributions to manage services and do a variety of tasks – should be your next target.

By now we’re a while further. You should be capable on the cli at this point.

4 Likes

Its many stuff many things

2 Likes

Well I will answer my question according for your helping guys

To learn linux
https://linuxjourney.com
Another source

Another
https://www.mprat.org/Terminus/

2 Likes

Interesting — Very Zork (Adventure) like. :laughing:

2 Likes

Linux Journey is quite a complete source to get started. It’ll get you up and running, but there’s more.

I suggest you spend some time, once you got the basics, with regular expressions. Bash has regular expressions, grep, and sed have them as well. There are several more commands you’ll want to be familiar with.

Once you’re familiar enough with the commands, I suggest you invest in bash scripting. A good tutorial can be found here. However, it’s by no means a complete one. I suggest checking out the manual page for bash once you’ve finished there.

3 Likes

So after the basics I go into bash

1 Like