Getting Started with the Linux Shell

Поделиться
HTML-код
  • Опубликовано: 9 фев 2021
  • Learning to use the Linux shell AKA Bash is an essential skill for any open source enthusiast or IT professional. Whichever distro you're using, you will at some point find yourself need to use the terminal.
    Careful use of the command-line can help you work more efficiently and manage large infrastructures by automating tasks at scale.
    This video will help you get started by introducing you to some of the basics.
    I realise Bash (the Bourne Again Shell) is not exclusive to Linux, and can be run on BSD/FreeBSD, or even Windows, and that other shells exist too; but I've mentioned Bash specifically because it's the default shell for most Linux users.
    Links to other videos mentioned:
    📽️ Introduction to PowerShell: • You Should Learn Power...
    📽️ The New Windows Terminal: • The New Windows Termin...
    💬 Follow Me
    / andrewmrquinn
    The Pro Tech Show provides tech, tips, and advice for IT Pros and decision-makers.
    #Linux #Scripting #Automation #Bash
  • НаукаНаука

Комментарии • 21

  • @glitchy_weasel
    @glitchy_weasel 3 года назад

    😀👍
    Great content!
    Linux FTW!

  • @AjayiGraceFolayemi
    @AjayiGraceFolayemi 2 месяца назад

    Thank you so much

  • @sabestek8896
    @sabestek8896 3 года назад +1

    "Where there is a shell, there is a way.."
    It's a UNIX System, I know this.
    "The Power to Serve"
    -FreeBSD

    • @ProTechShow
      @ProTechShow  3 года назад

      "With great power comes great responsibility"

  • @tomvanlandeghem-px7gj
    @tomvanlandeghem-px7gj 3 месяца назад

    Good explanation i never used it used all life windows so listen good

  • @bhushanthakur6469
    @bhushanthakur6469 3 года назад

    11:10 cool!

  • @harshrathod50
    @harshrathod50 3 года назад

    Yes, you said the most right thing that one linux is not the other linux. At this point of time I only use Fedora for my server, and Ubuntu is very annoying to me because you need to "sudo" everywhere in it.

    • @ProTechShow
      @ProTechShow  3 года назад +1

      "The same, only different" seems a good way to put it

    • @harshrathod50
      @harshrathod50 3 года назад

      @@ProTechShow Give it a BASH! 😎

    • @ProTechShow
      @ProTechShow  3 года назад

      Dad jokes FTW! 😁

  • @luk1505
    @luk1505 3 года назад +1

    vi is vi
    vim is vim
    They are not interchangeable, they're two different programs.
    Very informative video tho :)

    • @ProTechShow
      @ProTechShow  3 года назад +1

      Thanks 🙂
      They are different programs... but they are also interchangeable in a practical sense because if you type "VI" it opens VIM on most systems these days as VIM is generally considered to be the replacement for VI. That's what was happening in the example I gave - I typed "VI" and it opened "VIM".

    • @luk1505
      @luk1505 3 года назад +1

      ​@@ProTechShow That isn't true for all. Manjaro for example ships with both vi and vim. I would therefore be cautious with calling them interchangeable (it's probably closer to the case with less and more).
      This goes back to what you said in the video - every Linux based system is slightly different :)

    • @ProTechShow
      @ProTechShow  3 года назад +1

      Haha, yes the key word was "most". It's nearly impossible to make a blanket statment about Linux because somebody will always have somthing a little bit different!

  • @marcoswwong1
    @marcoswwong1 20 дней назад

    many talking very little teaching