Beginner's Guide to Linux: Terminal or Command Line Interface

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 พ.ค. 2024
  • A guide to using the Linux Terminal. In this video, we cover the basics of what a terminal is and how it works. We'll go over the basic navigation commands, file manipulation, and managing system packages. This video won't cover a lot of extensive detail and advanced commands. It has been designed to give complete beginners a basic understanding of how the terminal works.
    ------------------------------------------------
    Chapters:
    00:00 Intro
    01:20 What is a terminal?
    07:22 The Prompt
    09:46 Basic Navigation
    18:12 Autocomplete
    19:17 Spaces in folder/file names
    21:55 Editing Text
    24:38 Super User (sudo)
    27:55 Add/Delete files and folders
    34:54 Copy, Move, Rename
    39:46 Package Management
    44:27 Outro
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 21

  • @yasamindev
    @yasamindev หลายเดือนก่อน +5

    good video ✨ just wanna point out I think pwd stands for "Print Working Directory" :)

    • @tonywise198
      @tonywise198 หลายเดือนก่อน +1

      Yep - see man pwd.

    • @AverageNerdTalks
      @AverageNerdTalks  หลายเดือนก่อน +1

      Good point! After using it for so many years we tend to forget the full forms 😂

    • @yasamindev
      @yasamindev หลายเดือนก่อน +1

      @@tonywise198 yep, I checked on Wikipedia but that's cooler xD

    • @AverageNerdTalks
      @AverageNerdTalks  หลายเดือนก่อน

      @@bjpgaming592 No.

  • @neongamerex
    @neongamerex หลายเดือนก่อน +6

    Kek that intro 🔥

  • @MrJhwan
    @MrJhwan หลายเดือนก่อน +3

    thank you ANT, this made the terminal much easier to grasp for layman wanting to learn. Using the terminal to open a picture of richard stallman with the caption "reject proprietary software, embrace freedom" made my night.

    • @Lizard_of_Linux_Lane
      @Lizard_of_Linux_Lane หลายเดือนก่อน

      Man, you didn't even give a spoiler warning. 😔

  • @Dreadnox_
    @Dreadnox_ หลายเดือนก่อน +3

    I’m loving these videos

  • @Lizard_of_Linux_Lane
    @Lizard_of_Linux_Lane หลายเดือนก่อน +2

    Haha, I saw the other comment about Hindi on a previous video. Very good intro. 😂

  • @christianzee5996
    @christianzee5996 หลายเดือนก่อน +2

    I am getting quite interested in your videos. Keep up the good and informative work.

  • @SparxNet
    @SparxNet หลายเดือนก่อน +2

    Not a bad start. In the section for ls, I'd also have put in a little bit of info about permissions and a quick primer on how to read file permissions. many scripts or advice online also deals with chmod - that might be touched upon in the next part of this series. Keep at it, mate. A fine job so far.

    • @AverageNerdTalks
      @AverageNerdTalks  หลายเดือนก่อน +3

      Permissions themselves are quite a beast. Might require a whole video to explain!

    • @SparxNet
      @SparxNet หลายเดือนก่อน +1

      @@AverageNerdTalks Looking forward to it.

  • @tonywise198
    @tonywise198 หลายเดือนก่อน

    One of the best explanations I have seen. Just remember that it gets easier with time!
    PS: BASH = Bourne Again SHell (Bourne was the man's name who devised it).

  • @user-sm1jp4en9u
    @user-sm1jp4en9u หลายเดือนก่อน +7

    LoL...the intro was unexpected

    • @tonywise198
      @tonywise198 หลายเดือนก่อน

      Yes, had me looking at my YT settings. Cool.

    • @shawnlowery6246
      @shawnlowery6246 8 วันที่ผ่านมา

      I almost clicked off. But worth the wait.

  • @nosotrosloslobosestamosreg4115
    @nosotrosloslobosestamosreg4115 หลายเดือนก่อน +1

    For the algo!

  • @tukandev
    @tukandev หลายเดือนก่อน

    Now he is starting to merge with muta with that intro. or wait wait.... he IS muta and muta is actually an alien that can change forms. I said to much oh no...

  • @SparxNet
    @SparxNet หลายเดือนก่อน +1

    23:21 It's Caret notation and it's gained far more popular acceptance than others. en.wikipedia.org/wiki/Caret_notation
    Dates back to the mid 60s when the PDP-6 was the bee's knees.
    35:12 It's called cat because it's derived from the word concatenate - where it merges the contents of multiple files into one depending on how it's used with the > and >> operators.