Introduction to Linux & Terminal Commands - Full Course for Beginners

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • This video is an introduction to Linux & Terminal commands to get you started with various command-line tools with a hands-on approach. Including concepts about bash files, environment variables, and more.
    Learn how to use the shell to navigate your file systems, perform various operations, work with networks, etc. We also cover some Terminal tips and best practices. An essential skill to have when working as a developer or in the field of DevOps.
    For Windows users:
    - Windows Terminal: www.microsoft.com/en-us/p/win...
    - Install WSL: docs.microsoft.com/en-us/wind...
    Take part in the learning in public initiative! Share your learnings on LinkedIn and Twitter with #DevOpsWithKunal & don't forget to tag us!
    Complete DevOps playlist: • DevOps Bootcamp
    Code & Notes: github.com/kunal-kushwaha/Dev...
    ➡️ Connect with me: kunalkushwaha.com
    =========================================
    Timestamps:
    0:00 Intro
    1:37 About the lecture
    3:57 Terminal Emulator
    6:24 What is Shell
    8:58 List commands
    11:04 ls
    12:24 mkdir
    12:54 cd
    14:45 Environment variables
    17:37 Path Environment variable
    19:41 Bash files
    23:10 zprofile
    23:57 Where are Environment Variable stored
    27:33 pwd
    27:46 ls
    29:48 cd
    31:41 ls -R
    33:00 cat
    37:12 man
    37:53 tr
    40:28 mkdir
    42:42 touch
    43:33 cp
    45:13 mv
    47:23 rm
    48:24 cp -R
    49:12 Renaming a file
    49:55 Deleting a directory
    50:40 sudo
    51:58 df
    54:48 head
    56:20 tail
    56:47 diff
    57:41 locate
    58:26 find
    1:04:56 File permissions
    1:05:57 Changing file permissions
    1:09:21 chown
    1:11:39 Performing an action on multiple files
    1:13:32 grep
    1:20:24 history
    1:21:36 regex
    1:22:00 regex commands
    1:23:09 alias command
    1:25:20 Terminal shortcuts
    1:30:23 wget
    1:33:29 top
    1:35:18 uname
    1:35:50 zip
    1:36:17 unzip
    1:37:08 hostname
    1:37:53 useradd
    1:38:34 userdel
    1:39:04 Operating system commands
    1:39:10 uname
    1:39:33 Operating system information
    1:39:48 lscpu
    1:40:17 free
    1:40:40 vmstat
    1:41:08 id
    1:42:00 getent
    1:42:45 id User
    1:43:00 lsof
    1:44:00 Networking commands
    1:44:05 nslookup
    1:44:51 netstat
    1:45:14 sed
    1:45:30 cut
    1:47:44 htop
    1:48:10 ps aux
    1:48:31 Working with operators
    1:54:10 Outro
    #linux #terminal #commandline

Komentáře • 440

  • @mayurpai19
    @mayurpai19 Před 2 lety +106

    It was just one of those days when my productivity was at its peak. After watching the networking course earlier today, you are here with this. Godspeed!
    There is no doubt that you have produced content of the highest level. 🙌✨

    • @prabingupta7438
      @prabingupta7438 Před rokem +2

      Can someone tell me in which video we have shell scripting as he mentioned he wilkl be teaching shell scripting in future videos.??

  • @nikhilkhairnar3035
    @nikhilkhairnar3035 Před 2 lety +83

    well I have been using ubuntu OS for more than 3 years never saw any one giving out such detail explanation instead of just giving commands

    • @KunalKushwaha
      @KunalKushwaha  Před 2 lety +20

      Thank You

    • @prabingupta7438
      @prabingupta7438 Před rokem +1

      Can someone tell me in which video we have shell scripting as he mentioned he wilkl be teaching shell scripting in future videos.??

    • @bibekdhkl
      @bibekdhkl Před rokem

      Same here nikhil, I am starting now:)

  • @ravvkush
    @ravvkush Před 2 lety +97

    Bro I'm finishing last video and you posted another one, goosebumps ✨

    • @chiragkhemani553
      @chiragkhemani553 Před 2 lety +12

      Kash aisa DSA ke sath bhi hota 😢😓

    • @a5tron
      @a5tron Před 2 lety

      @@chiragkhemani553 true

    • @fcarnabde7556
      @fcarnabde7556 Před 2 lety

      Which is the first one

    • @prabingupta7438
      @prabingupta7438 Před rokem

      Can someone tell me in which video we have shell scripting as he mentioned he wilkl be teaching shell scripting in future videos.??

    • @VinodKumar-fn2iq
      @VinodKumar-fn2iq Před rokem

      Tumhari hi Nazar lagi h DSA playlist ko😅

  • @bdruthi
    @bdruthi Před rokem +24

    For ppl who are confused,
    mkdir -p
    It will create parent directory first, if it doesn't exist. But if it already exists, then it will not print an error message and will move further to create sub-directories. This command is most helpful in the case when you don't know whether a directory already exists or not.

  • @mithunmahaadevan463
    @mithunmahaadevan463 Před 2 lety +8

    Thank you so much kunal. Posting videos even during your exam times🔥. Thanks for what you are doing for us ❤️

  • @satvikkhare1844
    @satvikkhare1844 Před 2 lety +51

    I am working in c++ development and I have interacted with linux servers and I can say that Kunal is very good teacher. He is teaching all the concepts that are important and are useful for someone who will use linux. This is better than 99% if linux tuts on youtube.

  • @debasishchakraborty4196
    @debasishchakraborty4196 Před 2 lety +4

    I was exactly looking some great resources on Linux, your video came as bliss 👍

  • @abhimanyusonar6389
    @abhimanyusonar6389 Před 2 lety +7

    You are doing really great job bro 👍👍👍. We are getting the new and required content in appropriate manner 🔥🔥🔥

  • @rijansbhagat
    @rijansbhagat Před rokem +2

    Really high quality content, just completed Whole Video, Understood evrthing. Thank you so much for this amazing course

  • @Harshavardhan15970
    @Harshavardhan15970 Před 2 lety +1

    you saved my Precious Time , what you deliver in these 2hours , any youtuber can take atleast 10hours of class

  • @snehel1586
    @snehel1586 Před 2 lety +1

    as you said earlier in the video, i have also recently started writing blog posts on hasnode, and the first 2 blogs are about what i've learnt from your git tutorial video. Planning next blogs will be based on my learning from this video(linux commands) and the dsa bootcamp starting videos(basics of programming, but in c/c++ & not in java)

  • @shivendupandey957
    @shivendupandey957 Před 2 lety +1

    exactly, what I was looking for today ... awesome!

  • @rohankshetrimayum1049
    @rohankshetrimayum1049 Před 2 lety +1

    Nowadays my most favorite notification is anything related to Kunal bro 💚💚🔥🔥

  • @Vishwask22
    @Vishwask22 Před rokem +1

    Hey Kunal! Just now completed this lecture. Did side by side and taken notes too. Soon gonna Publish a Blog on this. The important thing is when I faced some issues, I asked in our Discord server and many folks helped me to solve the issue. Thanks for that and you are really amazing bro. Thanks for everything.

  • @anirudhahavaldar
    @anirudhahavaldar Před 2 lety +63

    Just Completed Networking Course Yesterday. Now an new one added. We keep eagerly waiting for your videos. More power to you❤

    • @KunalKushwaha
      @KunalKushwaha  Před 2 lety +25

      Awesome! Thank you!

    • @gowthamikonangi5895
      @gowthamikonangi5895 Před 2 lety

      @kunal kushwaha The videos what your uploading are they fine enough to learn for devops? I mean contents of the Linux, networking concepts.. guide us please

    • @ankitpal8044
      @ankitpal8044 Před 2 lety +1

      Also please update dsa bootcamp?

    • @a21nkit
      @a21nkit Před 2 lety

      @@KunalKushwaha DSA series kab complete hoga..

    • @hashmatmohammed5807
      @hashmatmohammed5807 Před 2 lety

      @@a21nkit ?..........why is it paused ..........complete it first .....plz

  • @asadshaikh4643
    @asadshaikh4643 Před 2 lety +3

    Really needed video .... I have Operating System subject.. In which I have linux commands.... Really really thank you kunal🙂🙂😍

  • @rakshakgupta9512
    @rakshakgupta9512 Před rokem +2

    Awesome explanations love the simplicity

  • @2SaltyRecipes
    @2SaltyRecipes Před 2 lety +1

    Really love your videos man! Hope to find a full one for scripting

  • @lakshyasaharan5348
    @lakshyasaharan5348 Před 2 lety +34

    Exactly when I was looking for system administrator course.
    You are doing great Kunal
    I also watched Networking video and been following consistently…
    Keep on uploading this amazing content.

    • @shouviksarkar7900
      @shouviksarkar7900 Před 2 lety

      Hey I use windows ...so how to start it ... should i install terminal emulator software or use the built in command prompt/terminal or what ...I'm quite confused woul u plz help?

    • @adityapande7885
      @adityapande7885 Před 2 lety +1

      @@shouviksarkar7900 use ur built in terminal for now bro

    • @bhanumalhotra2948
      @bhanumalhotra2948 Před 2 lety

      @@shouviksarkar7900 hey, are you able to follow using command prompt?

    • @rohankambli9929
      @rohankambli9929 Před 2 lety

      @@shouviksarkar7900 You can use wsl

    • @vamshiholmes
      @vamshiholmes Před 2 lety

      @@shouviksarkar7900 use putty in windows

  • @paras5256
    @paras5256 Před rokem

    Ctrl+A & Ctrl + E... are lifesaver. I have been search for ages, Thanks bro.

  • @ritujsrivastava2037
    @ritujsrivastava2037 Před 2 lety +1

    Just finished the last video. Was waiting for the new one 😀

  • @inspirewithakb773
    @inspirewithakb773 Před 2 lety +1

    🎉🎊🥳🥳🥳🥳very excited!!! 2hr binge watch !!

  • @ashishagrawal8975
    @ashishagrawal8975 Před rokem

    Nice kunal, Your teaching way is superb!!!

  • @kshitijkhanka
    @kshitijkhanka Před 2 lety +1

    Ready to learn!

  • @saicharanteja8802
    @saicharanteja8802 Před 2 lety

    This is wonderful content, awesome explaintion

  • @intellectMind2024
    @intellectMind2024 Před rokem

    This session on practical linux really helps, doing the linux on ubuntu machine while watching the session .....I am an aspiring DevOps guy, I really needed this - Thank you Kushal

  • @innocenttrader144
    @innocenttrader144 Před 2 lety +1

    8:23 eagerly waiting for Docker video !
    Especially to run ubuntu in mac terminal

  • @manishbasnet1605
    @manishbasnet1605 Před 2 lety +1

    Wow! I mean at 10 PM. Really Amazing!

  • @PradeepYadav-fg2yg
    @PradeepYadav-fg2yg Před 2 lety

    nothing new just another day at office for kunal..another amazing content

  • @arnabchatterjee8556
    @arnabchatterjee8556 Před 2 lety +1

    Video I am waiting for. Thnks🎉

  • @kirankumarbehera3574
    @kirankumarbehera3574 Před 2 lety +1

    Cant thank you enough man!! god job👍👍

  • @sathishbandolero
    @sathishbandolero Před rokem

    This is highly helpful 👏 Thank you Kunal

  • @jinks3669
    @jinks3669 Před 2 lety +13

    I'm an instant fan , so much simplity and efficiency in teaching. You give out maximum knowledge in minimum time and without any BS.
    May Krishna bhagwaan always bless you Kunal. Thanks a ton!

    • @badsanta7356
      @badsanta7356 Před rokem

      Not really he's all over the place at once no structure

    • @prabingupta7438
      @prabingupta7438 Před rokem +1

      Can someone tell me in which video we have shell scripting as he mentioned he wilkl be teaching shell scripting in future videos.??

  • @tejakarri4355
    @tejakarri4355 Před 2 lety +4

    Hi Kunal, Thank you so much for making this playlist. Can you estimate
    the total no. of hours this playlist will have at the end?

  • @sumeetarwikar1543
    @sumeetarwikar1543 Před 2 lety

    thank you very much bhai for your efforts

  • @jawaharlagisetty953
    @jawaharlagisetty953 Před 2 lety

    Bcz of ur videos I think our juniors are gonna bang all the mnc's .It's like a treasure for us.

  • @manishpurohit1765
    @manishpurohit1765 Před 2 lety

    You are full of knowledge kunal, really praiseworthy.just a suggestion though, please prepare before you start recording, you dont seem to be in a flow and that confuses me a lot at times.

  • @shafaq-here
    @shafaq-here Před 2 lety +2

    Nice set of commands I learnt today, Linux is fun

  • @ArunKumar-dz6rx
    @ArunKumar-dz6rx Před 2 lety

    i like the setup with the lamp
    😍😍😍

  • @rajaconstantine
    @rajaconstantine Před rokem +2

    😀😀😀😀 Got cleared My Linux Thnxxx bro

  • @sayanghosh1262
    @sayanghosh1262 Před 2 lety +1

    Love you forever Sir. You are the God for us 💖.

  • @anubhavgupta7155
    @anubhavgupta7155 Před 2 lety

    1:13:13 Loved that "Done" 😄
    Meme recreated from Dhamal movie "nhi dabana tha vo laal button".
    Jk, awesome explanation out there 💯

  • @JaswinderSingh-kj2fj
    @JaswinderSingh-kj2fj Před 2 lety +3

    I was looking for that course
    To learn Linux

  • @sobhitsinha9348
    @sobhitsinha9348 Před rokem

    Great work man🔥🔥

  • @dwizswapnil
    @dwizswapnil Před 2 lety

    Amazing Tutorial

  • @siddharthtanwar1529
    @siddharthtanwar1529 Před rokem +1

    This guy knows so much.

  • @malavipande6693
    @malavipande6693 Před rokem +4

    Golden Words:
    Don't chase for pro badge
    learn by doing
    chill & explore!!

  • @shahjeelani2691
    @shahjeelani2691 Před 2 lety +3

    That's what I wanted 👍

  • @b.devendrakumar2360
    @b.devendrakumar2360 Před 2 lety +2

    Hi Kunal , are there any online editor where we do the same thing you taught?

  • @sheheryaraltaf1874
    @sheheryaraltaf1874 Před 18 dny

    59:18
    1:06:21 14/7/24
    1:20:07 15/7/24
    1:23:50 17/7/24
    1:35:47 18/7/24
    1:44:40 19/7/24
    1:56:36 19/7/24
    best course so far.

  • @koliilok6186
    @koliilok6186 Před 2 lety

    Great work Kunal

  • @moyenaak
    @moyenaak Před 2 lety +14

    where command only works in zsh shell. It is not available in bash shell. "whereis" command can be used instead of "where" if you are using bash.

  • @pappusanodiya5153
    @pappusanodiya5153 Před 2 lety

    What aa great information

  • @saikumarpeddireddy7079

    Nice Thanks for the video

  • @hargunrana
    @hargunrana Před 2 lety

    Greatt content brotherr…. Ur channel is just a saviour…✨✨
    Also can u link to some tutorial for changing the look of zsh like urs in the video…
    Im a mac user

  • @mayankrawat4685
    @mayankrawat4685 Před 2 lety +4

    do we have to download linux os in our computer for this??

  • @sameerakhatoon9508
    @sameerakhatoon9508 Před 2 lety +1

    Omg😤, finally got to know which terminal Kunal was using in his git tutorial, as a noob i was confused not finding the same terminal, but toggled to git bash and did hands on.
    😤(this emoji is used to exclaim happiness on achieving something)

  • @nikhil_gupta58
    @nikhil_gupta58 Před 2 lety

    Fantastic...

  • @cloudsenei
    @cloudsenei Před 2 lety +1

    Thanks for linux video

  • @kattarshwetabhbhakt6785
    @kattarshwetabhbhakt6785 Před 2 lety +4

    Just what I needed

  • @GOD-jq2dt
    @GOD-jq2dt Před 2 lety +1

    Thanku so much bhaiya

  • @adityagaur2223
    @adityagaur2223 Před 2 lety +1

    please bring out a course on operating system and dbms

  • @934sameerlaxmeshwar2
    @934sameerlaxmeshwar2 Před 2 lety

    Thank you bhai

  • @ashishkadian2853
    @ashishkadian2853 Před rokem

    nice tutorial kunal

  • @TheProblemSolvers38
    @TheProblemSolvers38 Před 2 lety +1

    Your channel is ❤️

  • @codewithgauri
    @codewithgauri Před 2 lety

    Hi Kunal, will this course be sufficient to crack the Red Hat Linux System Administrator certification?

  • @sankalpgahlot6190
    @sankalpgahlot6190 Před 2 lety +1

    Bro plz complete your DSA series 🙏

  • @ranga3194
    @ranga3194 Před 2 lety

    Hey kunal
    Explain what is devops for beginners
    We want to hear it from you
    Also make a video kind of roadmap for beginners

  • @AshishKumar-dl2mc
    @AshishKumar-dl2mc Před 2 lety +1

    Please cover PKI (Public key infrastructure) in Kubernetes also

  • @Selim_Hasan_Raj
    @Selim_Hasan_Raj Před 2 lety +2

    I have a question. Are you human Kunal? You're going to change the world! We love you man. Will you make machine learning course?

  • @poetryiscodingdecoding7965

    Kunal sir can we use WSL(WINDOWS SUBDIVISION FOR LINUX ) and install any flavour's terminal and work then

  • @nayeemshaik8508
    @nayeemshaik8508 Před 2 lety

    Hey Kunal, Is this content enough for Linux part in Devops??

  • @aryanshrivastava8312
    @aryanshrivastava8312 Před 2 lety

    Yeah, I might have to re-watch this.

  • @anikkumarroy1102
    @anikkumarroy1102 Před 2 lety +1

    Dude are you like telepathic or something
    I was just wondering how nice it would be to have a nice Linux tutorial

  • @ftmndndbdy7452
    @ftmndndbdy7452 Před 2 lety +4

    bhai networking wale jaise OS, DBMS ka bhi bnana bhai ... bhut OP

  • @moviehook9981
    @moviehook9981 Před rokem

    Thanx Kunal

  • @PremKumar-ut9rv
    @PremKumar-ut9rv Před 2 lety

    please put both rough and neat notes of this as well as networking pdf also

  • @Smitjoshi28
    @Smitjoshi28 Před 2 lety

    thank you bhaiya
    :)

  • @farabiislam2418
    @farabiislam2418 Před 2 lety

    Thanks bro

  • @rekha1526
    @rekha1526 Před 2 lety

    God blesses you, you are Awesome

  • @rahulnishad24
    @rahulnishad24 Před 2 lety +6

    Hey kunal advanced concept of dsa and java that are apart from interview will be covered ?

  • @ayushjhanwar226
    @ayushjhanwar226 Před 2 lety +4

    Guys Kunal will complete dsa bootcamp from feb, It takes time for him also to deliver this kind of awesome content which is available literally no where...KUNAL OP

  • @AryanTomar_2025
    @AryanTomar_2025 Před 2 lety +23

    Following your DSA course , its amazing 👏
    But little hard for me 😅

    • @umeshpatlavath5847
      @umeshpatlavath5847 Před 2 lety +1

      Me too bro.

    • @venmape5354
      @venmape5354 Před rokem

      how's ur course going?

    • @AryanTomar_2025
      @AryanTomar_2025 Před rokem

      @@venmape5354 he did not complete course bro 😪
      Now following pepcoding

    • @venmape5354
      @venmape5354 Před rokem

      @@AryanTomar_2025 its been 9 months bro how much u have done?

    • @awaiszaki14
      @awaiszaki14 Před 10 měsíci

      how is going bro? have you done all the videos?
      @@AryanTomar_2025

  • @cloud_Engineer
    @cloud_Engineer Před 2 lety +3

    What is tool used in this video??

  • @ganeshsarade9108
    @ganeshsarade9108 Před 2 lety

    Very nice

  • @shadkhan6908
    @shadkhan6908 Před 2 lety

    Kunal bhaiya can you please continue dsa lectures

  • @prabingupta7438
    @prabingupta7438 Před rokem

    Can someone tell me in which video we have shell scripting as he mentioned he wilkl be teaching shell scripting in future videos.??

  • @swarnamitra2542
    @swarnamitra2542 Před 2 lety +12

    Eagerly waiting for ur java playlist to cmplt it is just awesome

  • @basimaslam4931
    @basimaslam4931 Před 6 měsíci

    Hi Kunal, at 35:07 I see that second line is not displayed. But it works for me. Is there something I am doing different? why didnt the second line of the file also display

  • @kushalsultania1987
    @kushalsultania1987 Před 2 lety +1

    This video is too good, but also make a video on vim , if you could

  • @jaydeepdangi8954
    @jaydeepdangi8954 Před rokem

    can i use this all command on vm virtual box on ubantu or where i can execute this all commands

  • @ashmitsharma552
    @ashmitsharma552 Před rokem

    Very well :D

  • @chiragvohra6673
    @chiragvohra6673 Před 2 lety

    Hey anyone pls tell me did I need to install linux operating system for DevOps or window 10 is enough

  • @yashverma5451
    @yashverma5451 Před 2 lety +4

    Please continue the DSA bootcamp. We are waiting for next video

  • @shreyasgosavi9647
    @shreyasgosavi9647 Před rokem +3

    9:50 for ubuntu user the command to search for the location of command is "whereis"

  • @navneet1167
    @navneet1167 Před 2 lety +1

    plzzz upload DSA video it's my humble request to you kunal

  • @JohnCena-et5db
    @JohnCena-et5db Před rokem +1

    you are far better >>> my whole clg staff

  • @vinathasree168
    @vinathasree168 Před 2 lety +2

    For all those who are requesting to upload dsa ..cool guys...when he enters into the loop even speed of light can't come in his way lol..😅

  • @dharsanr6504
    @dharsanr6504 Před 2 lety +12

    Please complete DSA BOOTCAMP ASAP bro

  • @gkemhcs
    @gkemhcs Před 2 lety +2

    Is this lecture enough for devops and cloud or else I have to still learn any Linux topics for devops