Linux Tutorial For Beginners in Hindi

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024

Комментарии • 6 тыс.

  • @CodeWithHarry
    @CodeWithHarry  5 лет назад +578

    Thanks for 200+ subscribers on my new channel ProgrammingWithHarry (In English). You guyz are awesome :)
    Find it here: ruclips.net/channel/UC7btqG2Ww0_2LwuQxpvo2HQ
    Will be dropping some fresh content in English soon!

    • @Lucky_Singh720
      @Lucky_Singh720 5 лет назад +7

      Ap kha se ho

    • @sidharths9416
      @sidharths9416 5 лет назад +2

      Thank u very much🤝

    • @TheCritic108
      @TheCritic108 5 лет назад +2

      Bhai plz app se bat krna hai please

    • @chetanmirajkar5215
      @chetanmirajkar5215 5 лет назад +1

      Hi Harry, You are doing good bro. Keep it up. :) Can you please start tutorial for Linux/Unix shell scripting?

    • @rizwanpathan6512
      @rizwanpathan6512 5 лет назад +2

      i have watched your video and you explanation is awesome
      i want to learn kali linux in detail means i want to each and every tool which is given in list of all program how it works and whats the use of it
      are you bringing such types of videos in future
      hope you will rply to me

  • @subhamshaw1726
    @subhamshaw1726 3 года назад +101

    l - LONG LIST FORMAT
    a - LIST ALL FILES INCLUDING FILES STARTING WITH "."
    r - SORT IN REVERSE ORDER
    t - SORT ACCORDING TO MODIFICATION TIME

  • @abhisekhmukherjee4408
    @abhisekhmukherjee4408 5 лет назад +6

    Eagerly waiting for your Linux complete course...your Teaching skill is way too good. Thank you Bhai.

  • @aaronstanley5867
    @aaronstanley5867 Год назад +7

    Great short little course for absolute beginners... completed smoothly!

  • @Agent839
    @Agent839 3 года назад +15

    Good to see more and more people making and spreading content on GNU/Linux. Been using it since like 1 year and I have just forgotten about Windows forever now. Started off with Linux Mint (an Ubuntu based distro), then Manjaro and currently Arch :)

    • @devs9776
      @devs9776 2 года назад

      Bro i also want to work on linux in .. currently i am in windows want to install linux Ubuntu.pls yr wil u tell me how to install that linux i mean any right yt video for that and also i i got switched to linux what will happen to my windows 10 . Will i able to switch back to window 10 again if want? Help me bro

    • @pranavkharat8245
      @pranavkharat8245 2 года назад

      @@devs9776 hey bro i would recommend you to get a 8 gb usb, install linux mint(for beginnner) in it and use it on your pc as a live os and whenever u need windows back you can use the hard disk in which your windows is installed.

    • @69thalienfrommars25
      @69thalienfrommars25 2 года назад

      @@devs9776 you can dualboot so it will ask at every startup which os u want

    • @technologymad9253
      @technologymad9253 10 месяцев назад

      I have recently installed ubuntu and I am loving it.. I have no plans of going back to windows. ubuntu is really awesome..

  • @ajitsekhar2716
    @ajitsekhar2716 3 года назад +14

    ls -ltr file* : This command just list the contents of the current directory in the long listing format ( -l ), sorted by modification time ( -t ) in reverse order ( -r ) of all files and directories beginning with file* .

    • @PoojaVerma-vz5bn
      @PoojaVerma-vz5bn 3 года назад

      U can also use" ls -l" or " ll " its used for long listing files and dir

  • @gamescammer1426
    @gamescammer1426 Год назад +142

    # Most used Linux Commands
    ~ mkdir --> To make A File or Folder.
    ~ cd --> To Access particular File or Folder.
    ~ touch --> To create a Blank File.
    ~ mv --> To move a File or Folder.
    ~ cp --> To copy a File or Folder.
    ~ pwd --> To know the present Directory.[print working directory]
    ~ ls --> Shows the list of the Directory.
    ~ ls -R --> Shows the list of directory also the folders in the directory.
    ~ touch .(filename) --> To Create a Hidden File.
    ~ ls -a --> Shows the list of directory with the Hidden files.
    ~ ls -l --> Gives the details of the Creates Files and Folders.
    ~ ls -r --> Reverse the list of files and folders.
    ~ ls -t --> Sort the files and folders by a time.
    ~ apt --> To Install software packages.
    ~ sudo apt update --> Updates the list of Software that can be updated to the User.
    ~ sudo apt upgrade --> Update the softwares.
    ~ clear --> Clears the Terminal.
    ~ history --> Prints the Commands used.
    ~ echo --> To print any String.[Also 'printf' can be used]
    ~ chmod --> To give permission between User Group and Owner.[it can be done for particular file]
    ~ chgrp -->
    ~ top --> Shows the top Process that consumes most of the resources.
    ~ ps --> Shows all the Processes running.
    ~ ps -a -->
    ~ ps -ef -->
    ~ kill [PID] --> Kills the particular process.
    ~ vim --> Use to Edit Any file within terminal.[Needed to be installed first]
    -------------------------------------------------------------------------------
    # Users in Linux :-
    1. Regular User --> This Users only have Access to their own directory.
    2. Root User [Super User]--> This Users have File Access to the file System.[ADMIN]
    sudo (Command) --> This command is use by the User who Regular User but has the access to the Root.
    sudo su (Command) --> Not recommended to use this Command.
    -------------------------------------------------------------------------------
    # Absolute vs Relative Path
    Linux has a Tree Structured file system.
    cd /home/kali/Pratik..... --> Absolute Path.
    cd Pratik --> Relative Path.
    -------------------------------------------------------------------------------

  • @satyamdixit5916
    @satyamdixit5916 5 лет назад +36

    Bhai competitive programming or placement preparation se related videos....

  • @syedabdulrahimk
    @syedabdulrahimk Год назад +1

    Thank you dada... it was an awesome course... I have completed word to word... thanks bro... ❤

  • @sharankumar917
    @sharankumar917 4 года назад +98

    Hey brother, thanks for sharing this Tutorial. As said, when are you going to upload the complete Linux Tutorial ? Will be a great help!

    • @muktarhossain1260
      @muktarhossain1260 4 года назад

      @Yousuf Ali no this is only terminal based tutorial we need more

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

      @Yousuf Ali bhai tumhe sachme lagta hai linux 1hour ka hai course h

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

      Sir what is complete Linux learning link I m watching from uk

    • @nausheensiddiqui8745
      @nausheensiddiqui8745 2 года назад

      @@nidhipachouri Wow you are so lucky to reside in UK.

  • @sachinlande7554
    @sachinlande7554 2 года назад +253

    Hi Harry , You are awesome teacher. I have been working in IT industry for more than 5 years but did not see anybody who explains like you. Bro good bless you

  • @sidharthbhardwaj641
    @sidharthbhardwaj641 4 года назад +114

    Yaar aap mastt ho
    Aapko toh million subscribers milne chaiye
    Mai abhi class 10 me hu
    Software engineer banna chata hu

    • @shoaibakhann93
      @shoaibakhann93 4 года назад +5

      Abhi time hai bhaglo

    • @unstoppable9668
      @unstoppable9668 4 года назад +10

      mai college mai hoon hum first year mai yeh seekh rahe hain ,tumne 10 mein seekh li ,well done bro ,tumhara goal clear hai,tumne 25 percent placement yahin secure kar liya nice ,continue in the same way,learn atleat one computer language before college. God bless!!!

    • @sidharthbhardwaj641
      @sidharthbhardwaj641 4 года назад +5

      @@unstoppable9668 thanks

    • @harharmahadev7036
      @harharmahadev7036 4 года назад +3

      Me bhi class 9 me hu

    • @pranjalpathak4498
      @pranjalpathak4498 4 года назад +12

      Main class 1 me hu... Mera kitna secure ho gya placement?

  • @pradeepkrgupta4537
    @pradeepkrgupta4537 Год назад +2

    P K Gupta an educator by profession
    1. Likes your way of presentation going into details by going from simple to complex in Hindi
    2. I am a persistent user of Linux and need some more in-depth into linux

    • @mrdeath4446
      @mrdeath4446 Год назад

      Sir is unix and Linux same or different please tell me and i am not able to find any playlists on unix in yt please tell me where should I learn in unix operating system

  • @kanchangandhi1200
    @kanchangandhi1200 3 года назад +6

    chmod explanation was superb , got cleared all my doubts ! Thank you :-)

  • @sketchy2673
    @sketchy2673 3 года назад +143

    Point to be noted: 1. You must have java runtime environment to run virtualbox 2. You must have virtualization enabled from pc bios 3. Your virtualbox ram cannot exceed half of your pc ram

    • @subhambairagi5642
      @subhambairagi5642 2 года назад +7

      My pc have 4.0 GB ram (3.9 GB usuable) and i have allocated 2.0 GB to the vm, it is working.🤔

    • @wut9167
      @wut9167 2 года назад +1

      @@subhambairagi5642 use hyper V instead of Virtualbox it's great

    • @HAMZAKHAN-sb8py
      @HAMZAKHAN-sb8py 2 года назад +1

      ​@@wut9167 how about we install ubuntu through wsl on windows ? will there be any drawbacks ??

    • @sarvesh_soni
      @sarvesh_soni 2 года назад +2

      3rd point is wrong

    • @sayanjitb
      @sayanjitb 2 года назад +1

      @@subhambairagi5642 isn't it just half of the system ram? So according to the 3rd point it should work.

  • @vengeance9047
    @vengeance9047 3 года назад +9

    This legend deserves trillions of subscribers 🔥🔥🔥🔥🔥🔥🔥

    • @anonymousperson9100
      @anonymousperson9100 3 года назад +3

      which is more than the population of whole world.

    • @vengeance9047
      @vengeance9047 3 года назад +2

      @@anonymousperson9100 agar Harry bhai ho to kuch bhi ho sakta hai, cause harry bhai is harry bhai 🔥🔥🔥🔥

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

      @@vengeance9047 you are right !!

  • @sabihakhan2882
    @sabihakhan2882 Год назад +1

    hello harry bhai , I am Sabiha from kota
    Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.

  • @JiteshChaturvedy
    @JiteshChaturvedy 3 года назад +6

    Harry bhai Make a full course on Linux(if possible kali Linux) We want it as soon as possible

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

      Dude the things u do on kali linux can be done in ubuntu also idk why everyone wants to learn kali linux it's just the same

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

      @@FoEyt Bro I m using Kali as my secondary OS that's why I said that else I just want to learn linux and ubuntu is also my preference coz it'll help during project deployment in servers

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

      @@JiteshChaturvedy i guess zorin os would be best if u are switching from windows zorin os is basically ubuntu but u know since ubuntu is open source so zorin os is the best modified ubuntu

  • @mukuldubey1491
    @mukuldubey1491 3 года назад +9

    It's better to give permission using symbolic method instead of number.
    Nice video 👍👍

  • @agyanshuvarshney6499
    @agyanshuvarshney6499 3 года назад +670

    Yes brother we want a full course on Linux(Ubuntu)

  • @harshanand58
    @harshanand58 Год назад

    Hi Harry bhai I am Harsh Anand from Agra, Uttar Pradesh. Your courses are really awesome for building and upgrading our skills

  • @asbishen
    @asbishen 4 года назад +81

    l - list long listing
    a - list all
    r - reverse sorting
    t - arrange by time

  • @RealRajatShahare
    @RealRajatShahare 4 года назад +42

    I don't have knowledge about Linux but I can atleast understand the basics of Linux because of your tutorial. Thank you bro!

  • @shreekant8
    @shreekant8 4 года назад +44

    cool dude with pure hindi. Rare combination to see. Overall the video is nice.

  • @AbdulSaboor-s2z
    @AbdulSaboor-s2z 3 дня назад

    Very useful video. Really appreciated. Especially chmod very well explained. Thanks

  • @SakshiSharma-oj5os
    @SakshiSharma-oj5os 3 года назад +12

    16:09 it's present working directory.

  • @cloudpachehra1113
    @cloudpachehra1113 5 лет назад +4

    Harry bhai... Linux course.. Upload karo bhai ji.... It was awesome guru... Mast... Linux ka course plz plz

  • @sahelikantha93
    @sahelikantha93 3 года назад +8

    yes! the linux full tutorial?? and what would be the length of that ?

  • @DEVIL-vu6dk
    @DEVIL-vu6dk 11 месяцев назад +1

    This tutorial is applicable for kali linux also but installation process is different!!

  • @sanketgaikwad3552
    @sanketgaikwad3552 3 года назад +4

    Thank you so much for covering everything from the beginning. Loved it !

  • @omideccan
    @omideccan 3 года назад +16

    Harry sir, when you will post Linux full tutorial.

  • @s.k3518
    @s.k3518 2 года назад +13

    Hi Harry,
    Could you please provide full Linux course video link?. The way of your teaching is awesome never seen you type of teacher over RUclips.

  • @shahed3056
    @shahed3056 Год назад +1

    Linux full course badly needed brother

  • @vaibhavvishwakarma9635
    @vaibhavvishwakarma9635 2 года назад +67

    37:51 ls -lart --> Shows the overall files and folders including hidden files on the path, and shows the permission of file accessing.
    ls -l --> Shows all files and folders on the path.
    ls -r --> Reverse the list of files and folders
    ls -t --> Sort the files and folders by a time.

    • @undivided_bharat
      @undivided_bharat 2 года назад

      read and write access?

    • @trishitmaji3208
      @trishitmaji3208 2 года назад +1

      We can also use ls -al

    • @maskladyvlogs
      @maskladyvlogs 2 года назад

      @@trishitmaji3208 not ls -al
      correct one is ls - la = show all hidden files and folders

  • @shwetarakshe4396
    @shwetarakshe4396 4 года назад +4

    This is amazing. Thank you.
    Shweta
    Mumbai

  • @adityamukherjee3620
    @adityamukherjee3620 3 года назад +11

    Name : Aditya Mukherjee
    I am eagerly waiting for the course on linux.

  • @qasimabbasi.
    @qasimabbasi. Год назад

    Thank you so much harry Bai!
    Love you from Pakistan 🇵🇰..
    Now I know much about Linux!..

  • @HemantShivalkar
    @HemantShivalkar Год назад +27

    37:42 Answer : The `ls` command is used to list the contents of a directory in Linux and other Unix-based operating systems. The `-l` option tells `ls` to use a long listing format, showing permissions, ownership, size, and modification date for each file¹². The `-a` option tells `ls` to include entries whose names begin with a dot (`.`), which are normally hidden¹⁶. The `-r` option tells `ls` to reverse the order of the sort¹⁶. The `-t` option tells `ls` to sort by modification time, newest first¹⁷. Combining these options, `ls -lart` lists all files in the specified directory, including hidden files, in long format, sorted by modification time in ascending order (oldest first).

  • @SureshKumar-dw1hm
    @SureshKumar-dw1hm 3 года назад +7

    I wish to join linux course. It was nice to go through this clip.

  • @saharayub4448
    @saharayub4448 Год назад +15

    Quiz: 37:30
    $ ls -l use a long listing format
    $ ls -a don't ignore entries starting with .
    $ ls -r reverse order while sorting
    $ ls -t sort by modification time, newest first
    $ ls -lart for using above commands all at once

    • @ahsanasif8819
      @ahsanasif8819 Год назад

      Thanks. By the way, what is the purpose of your Linux training?

  • @sayyedrabbani972
    @sayyedrabbani972 Год назад

    Hi harry bhai Sayyed Rabbani from mumbai ...Thanks alot have learned python from ur channel now going with linux .

  • @sayakarar
    @sayakarar 3 года назад +155

    Time stamp: 37:46
    ls -lart command lists all the directories in a list format along with the time of last modification, read and write permissions, permitted user access and total contents in each.

  • @PawanKumar-te6sp
    @PawanKumar-te6sp 4 года назад +12

    Bro I am so excited for your full fledged Linux tutorial video.
    Plz 🙏 make it as soon as possible.❤️

  • @nileshdatkhile
    @nileshdatkhile 5 лет назад +17

    From- Pune(Maharashtra)
    You are brilliant keep it up bro 👍

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

    Nice. Very helpful. Since, I have left windows for good and adopted Linux (Endeavour OS) as my main operating system, I wanted to learn some basics. Although, at this point I have been using Linux, but other distros like Ubuntu, Void, Endeavour and Manjaro. But I was not good enough in terminal. So I wanted to strengthen my basics.

  • @Being-a-Kalim
    @Being-a-Kalim Год назад +9

    Hi Sir i m kalim khan from Pakistan
    I watched your videos from around 4 years and recently i started your linux one video course
    and waited for your full linux course

  • @himanshu_rohil
    @himanshu_rohil 3 года назад +49

    Hello Harry Bhai, I'm Himanshu Rohil from Mumbai.
    Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
    Thanks a ton Bro :)

    • @s.d8756
      @s.d8756 2 года назад

      Hi Himanshu Rohli, I am S.D and I am from India. I think your name is misspelled. It should be "kohli" not "rohli"

    • @himanshu_rohil
      @himanshu_rohil 2 года назад

      @@s.d8756 hello! It's named correctly lol, don't worry. My surname is rohil only

    • @vikas3916
      @vikas3916 2 года назад

      @@himanshu_rohil hey what are you doing Himanshu?

  • @muzammilkhan9192
    @muzammilkhan9192 Год назад

    hey Hi Harry I'm Muzammil and I'm from Bhopal and... you are doing awesome :)

  • @Shubhamm.k
    @Shubhamm.k 2 года назад +18

    Hello Harry Bhai, I'm Shubham Kaushik from Gurugram.
    Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
    Thanks a Bro :)

  • @SaleenmAh
    @SaleenmAh Год назад +36

    Am Zahid Siddiqui from Pakistan, Thanks a lot for learning us programming languages, power full tools and much more. Stay happy Sir

  • @raakuu
    @raakuu 3 года назад +4

    10:32 linux is a kernel..harry bhai ne mistakenly os keh diya..❤️

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

      Btw khaali linux ek command line wali linux de gi.

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

      @@abduksam khaali linux??

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

      @@raakuu mtlb linux kernel lol

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

      @@abduksam bro , u need to explain it!

  • @MyRajeev01
    @MyRajeev01 Год назад

    Thanks for tutorial brother
    This is rajeev
    I'm a bigginer in linux

  • @namahkalbande4274
    @namahkalbande4274 3 года назад +9

    I am Namah Kalbande from Pune. I have accessed your playlists of Java Python and even Html. I love you as a teacher.

  • @ravirajput396
    @ravirajput396 4 года назад +5

    I want to go in the core IT ,so I am trying to learn about various new things I.e SQL, Linux , python..as I am from non IT background .This video is helpful , waiting for your video on devops.

  • @sunilnakrani3244
    @sunilnakrani3244 Год назад

    Hello Harry Bhai 😊 i m sunil from raipur your courses are really awesome and your video is very easy to understand thank you bro 🙏🙏

  • @VS.VishalSharma
    @VS.VishalSharma 4 года назад +4

    Ls -a = shows hidden file
    Ls -l = Detailed file information
    Ls -r = Lists contents of the specified directory and all its sub-directories (recursive listing).
    Ls -t = i can't find it ☹️

  • @PradeepKumar-qk3gh
    @PradeepKumar-qk3gh 3 года назад +7

    Dear, When will you post complete Linux tutorials.

  • @cricbolly3252
    @cricbolly3252 3 года назад +4

    La -lart show all hidden file(la) in reverse order(r) acc to time(t)
    Means the file which u create know you can view in the last of the list

  • @faisal98499
    @faisal98499 5 месяцев назад

    07:53 Linux is an open-source operating system that can be installed using VirtualBox on Windows.
    15:46 Linux is an open source operating system with command line and graphical user interfaces.
    23:39 Linux file system has a tree structure with the root node as the starting point.
    31:32 Copying files using the cp command in Linux
    39:25 Understanding absolute and relative paths in Linux
    47:18 Commands for printing on the command line and creating files in Linux.
    55:11 chmod calculator and changing file permissions using chmod
    1:03:00 How to change password and use vim editor in Linux
    Crafted by Merlin AI.

  • @soofib1
    @soofib1 3 года назад +5

    You are doing great job by teaching us. You are great instructor .May god bless you . Thank you
    I m in USA my name is Nasir

  • @mihirpatel1340
    @mihirpatel1340 5 лет назад +7

    I recently installed Linux and within few days your video came out, thank you so much.

  • @TARUNSHARMA-nb3bd
    @TARUNSHARMA-nb3bd Год назад +16

    Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.

  • @wasifnadeem6209
    @wasifnadeem6209 Год назад

    Harry Bhai, This video was awesome! Please upload that Linux wala full course!!! 😭

  • @sadabaharsongs3425
    @sadabaharsongs3425 4 года назад +8

    ls lart : list long format including hidden files and 'r' mean list in reverse order and 't' short by date and time.

  • @amankunwar4099
    @amankunwar4099 4 года назад +4

    kamal bhai aap hai harry please jaldi se hindi main linux ka full course upload karo

  • @Aashutosh_kumar
    @Aashutosh_kumar 3 года назад +7

    Yes we want full linux course as soon as possible.
    Because by this video there are many questions arising in mind about other possible operation in Linux.

  • @ShrishtiGupta-z7b
    @ShrishtiGupta-z7b Год назад

    Hello harry sir
    My name is Srishti from Rajasthan.
    Thank you for your valuable knowledge

  • @amalgupta5095
    @amalgupta5095 4 года назад +5

    Sir. Very nice tutorial! Please inform whenever you are going to upload the complete Linux tutorial as you said. It would be very helpful.

  • @samarjeetsingh6916
    @samarjeetsingh6916 6 месяцев назад +3

    1. ls -l is used to show in the long format like with complete directory etc.
    2. ls -r is used to show in the reverse sort
    3. ls -a is used to show all the directories
    4. ls -t is used to show sorting by time
    so ls -lart will show in the content such that it includes even hidden files, they are sorted by time but in reverse order and also they are in their long form

  • @nishitjadiya
    @nishitjadiya 2 года назад +7

    Hello Harry Bhai, I'm Nishit Jadiya from Indore
    Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
    Thanks Bhai :)

  • @rutu_97
    @rutu_97 7 месяцев назад +1

    We want full course of linux

  • @jbhsmeta
    @jbhsmeta 3 года назад +6

    Harry, Your teaching style is awesome. Heartfelt thanks to you. Please make full course on Linux. From Kolkata.

  • @binayclasses3798
    @binayclasses3798 5 лет назад +6

    Name-shubham
    Degree-12 passout
    Interest-computer programming
    Address-jamshedpur jharkhand
    Apka bhut thank you bhiya course ke liye...🙏

  • @hemanthreddy7335
    @hemanthreddy7335 3 года назад +4

    Dude, I made a joinBot that joins online classes automatically. Thanks to your python course and for explaining how to install Virtual Box.
    @CodewithHarry bro, keep up with the new ideas. Keep inspiring us.👍

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

      Vai GitHub ka link dedo 😂

  • @sarimnadeem3068
    @sarimnadeem3068 Год назад

    ls -lart
    its function is to list names and features of files and directories.

  • @sudipdas7363
    @sudipdas7363 3 года назад +7

    23:09 full paad diya

  • @ajittorane
    @ajittorane 4 года назад +9

    1)MS DOS,2) DATABASE MANAGEMENT WITH ACCESS, 3)CONFIGURING AND USING NETWORKS,4)INTERNET, AND 5) DESIGNING STATIC WEB PAGES PE VIDEO BANEYA SIR

  • @ameensohail2030
    @ameensohail2030 4 года назад +6

    ls -lart
    Shows hidden files in long format of date and time
    l-listing.
    s-segment.
    r-reversal.
    a-hidden files.
    t-time.

  • @AniketSingh-j3i
    @AniketSingh-j3i Год назад

    waiting for full linux course,u r awesome harry

  • @funforyou5573
    @funforyou5573 5 лет назад +4

    Name - Arpan Das
    Address - West Bengal

  • @anchalmaurya5944
    @anchalmaurya5944 4 года назад +5

    Name: Anchal
    From: Mumbai

  • @goyalakriti
    @goyalakriti 5 лет назад +4

    Name:- Akriti Gaurav
    address:- Bihar(Patna)

  • @sakshu_queen
    @sakshu_queen Год назад

    Thank you sir🙂 .... For your explanation of lunix program.... Tomorrow is my examination and I hope it will be helpful for me..... Me Sakshi 👀 from Lucknow 💜

  • @TVFocusFuel365
    @TVFocusFuel365 2 года назад +7

    hows it possible for a person having these many skills and mastering them ,its a very huge thing to say thankyou harry bhaya for impacting millions of students teaching teaching all the resources they needed .thank you thanks a lot brother . Big Love from Hyderabad,Telangana

  • @miniverma1924
    @miniverma1924 4 года назад +5

    Hi, My name is Mini Verma. Thank you for this video, it was really helpful. You mentioned about a full course of Linux, is it available. If yes, can I get the link for the same.

  • @ghanshyamvishwakarma2343
    @ghanshyamvishwakarma2343 3 года назад +5

    hey bro myself Ghanshyam Vishwakarma from Mumbai- City of Dreams
    Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
    Thanks a ton Bro :)

  • @DishaRoy-g1s
    @DishaRoy-g1s 6 месяцев назад

    Awesome revision!

  • @MrParshant007
    @MrParshant007 3 года назад +5

    This is simply awesome. Harry bro you are the best.

  • @rahulagni9016
    @rahulagni9016 2 года назад +13

    Hello Harry Bhai, I'm Rahul agnihotri from bhopal.
    Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
    Thanks a Bro :)

  • @abdullahnisarg
    @abdullahnisarg 4 года назад +7

    Mera naam Abdullah he
    Mein Pakistan se hun😊

    • @pragyaa5371
      @pragyaa5371 4 года назад

      Ashutosh Char broooo

    • @babar2012
      @babar2012 4 года назад

      @Ashutosh Charan Beta kaya hoya daar gaaye

  • @aminajaved-t2l
    @aminajaved-t2l Месяц назад

    Awesome way to explain 👏👏

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

    Yes sir we want full course on linux

  • @RishabhKumar0094
    @RishabhKumar0094 10 месяцев назад

    ls -l = it shows dir of that dir one by one with time of formation
    ls -a = it shows all dir as well as hiden dir
    ls -r= it shows dir with a gap then again show who left to shown
    ls -t = it shows in random way

  • @madhavshorts661
    @madhavshorts661 Год назад

    Yes please, I want a full course of Linux

  • @user-lw8hx6mx2b
    @user-lw8hx6mx2b Год назад +2

    Rehan shaikh solapur महाराष्ट्र

  • @biswajitkuli9110
    @biswajitkuli9110 Год назад

    Love from Bengalore❤

  • @yogeshpatil-yz4mh
    @yogeshpatil-yz4mh Год назад

    Hi sir, it’s Yogesh here I am from Navi Mumbai Maharashtra 😅

  • @souvikmondal1228
    @souvikmondal1228 Год назад

    ls -lart
    ls --> list all files
    ls -a --> list all hidden files in pwd
    ls -l --> list all files one per line with the permissions assigned to each files
    ls -r --> list files in reverse order
    ls -t --> sort files according to the creation of files(date & time)

  • @SMASpy
    @SMASpy 5 месяцев назад

    I love your videos.. I'm from Bangladesh..

  • @thesoulofindiangamers
    @thesoulofindiangamers 8 месяцев назад

    Thanks for this useful information !