Linux Tutorial For Beginners in Hindi

  Рет қаралды 2,908,428

CodeWithHarry

CodeWithHarry

Күн бұрын

Пікірлер: 6 300
@CodeWithHarry
@CodeWithHarry 5 жыл бұрын
Thanks for 200+ subscribers on my new channel ProgrammingWithHarry (In English). You guyz are awesome :) Find it here: kzbin.info/door/7btqG2Ww0_2LwuQxpvo2HQ Will be dropping some fresh content in English soon!
@Lucky_Singh720
@Lucky_Singh720 5 жыл бұрын
Ap kha se ho
@sidharths9416
@sidharths9416 5 жыл бұрын
Thank u very much🤝
@TheCritic108
@TheCritic108 5 жыл бұрын
Bhai plz app se bat krna hai please
@chetanmirajkar5215
@chetanmirajkar5215 5 жыл бұрын
Hi Harry, You are doing good bro. Keep it up. :) Can you please start tutorial for Linux/Unix shell scripting?
@rizwanpathan6512
@rizwanpathan6512 5 жыл бұрын
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
@sachinlande7554
@sachinlande7554 3 жыл бұрын
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
@adarshkashyap7402
@adarshkashyap7402 2 жыл бұрын
I need your suggestions could u help me?
@shifasayyad1922
@shifasayyad1922 Жыл бұрын
Hi Sachin I need your help
@dharmraj51
@dharmraj51 9 ай бұрын
@@shifasayyad1922
@SatishSharma-en2ll
@SatishSharma-en2ll 5 ай бұрын
Sachin bhaiya I want referral
@saryy_
@saryy_ 5 ай бұрын
​@@SatishSharma-en2ll😂
@samarjeetsingh6916
@samarjeetsingh6916 9 ай бұрын
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
@shakeel_developer-f7x
@shakeel_developer-f7x 2 ай бұрын
who is watching in 2024-25
@Orey_O
@Orey_O Ай бұрын
To kya ???
@shakeel_developer-f7x
@shakeel_developer-f7x Ай бұрын
@@Orey_O kuch na
@AryanRaj-tj9ey
@AryanRaj-tj9ey Ай бұрын
Mee to
@niharranjansahu8762
@niharranjansahu8762 Ай бұрын
I'm
@haroonrex1284
@haroonrex1284 25 күн бұрын
I am
@vaibhavvishwakarma9635
@vaibhavvishwakarma9635 2 жыл бұрын
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 жыл бұрын
We can also use ls -al
@maskladyvlogs
@maskladyvlogs 2 жыл бұрын
@@trishitmaji3208 not ls -al correct one is ls - la = show all hidden files and folders
@saharayub4448
@saharayub4448 2 жыл бұрын
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?
@gamescammer1426
@gamescammer1426 2 жыл бұрын
# 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. -------------------------------------------------------------------------------
@sagarsrivarma7446
@sagarsrivarma7446 2 жыл бұрын
Thanks a lot bro it means a lot
@shahbazkhan-ek7hp
@shahbazkhan-ek7hp Жыл бұрын
thanks👍
@rohitdongare4727
@rohitdongare4727 10 ай бұрын
unable to create new directory using mkdir
@SAHIL----10
@SAHIL----10 5 ай бұрын
thanks alot brother
@ShahidKhan-078
@ShahidKhan-078 5 ай бұрын
Thanks for this
@Shubhamm.k
@Shubhamm.k 2 жыл бұрын
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 :)
@RealRajatShahare
@RealRajatShahare 4 жыл бұрын
I don't have knowledge about Linux but I can atleast understand the basics of Linux because of your tutorial. Thank you bro!
@Rajubhoi_96
@Rajubhoi_96 3 ай бұрын
hi
@sayakarar
@sayakarar 3 жыл бұрын
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.
@theexplodingcube7873
@theexplodingcube7873 2 жыл бұрын
ls -a ?
@AbdulWahab-rl5uu
@AbdulWahab-rl5uu 2 жыл бұрын
@@theexplodingcube7873 it will show you current directory files list including hidden file
@manasranjanbehera6868
@manasranjanbehera6868 Жыл бұрын
Can I use Ubuntu 22
@shujajilani7496
@shujajilani7496 Жыл бұрын
@@manasranjanbehera6868 Yes
@daredevil6145
@daredevil6145 Жыл бұрын
is ls -lart and ls -l same??
@Indian-007-11
@Indian-007-11 16 күн бұрын
-l: Long listing format (detailed information about files and directories). -a: Show all files, including hidden files (those starting with a.). -r: Reverse the order of the listing. -t: Sort by time, showing the most recently modified files first (unless combined with -r) When combined as -lart, it applies all these options simultaneously to list files in a directory. Yup
@mihirpatel1340
@mihirpatel1340 5 жыл бұрын
I recently installed Linux and within few days your video came out, thank you so much.
@prashantkulla7877
@prashantkulla7877 5 жыл бұрын
I cant download..Linux how I can ..,??
@SaleenmAh
@SaleenmAh 2 жыл бұрын
Am Zahid Siddiqui from Pakistan, Thanks a lot for learning us programming languages, power full tools and much more. Stay happy Sir
@shreekant8
@shreekant8 4 жыл бұрын
cool dude with pure hindi. Rare combination to see. Overall the video is nice.
@HemantShivalkar
@HemantShivalkar Жыл бұрын
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).
@nileshda96
@nileshda96 5 жыл бұрын
From- Pune(Maharashtra) You are brilliant keep it up bro 👍
@subhamshaw1726
@subhamshaw1726 3 жыл бұрын
l - LONG LIST FORMAT a - LIST ALL FILES INCLUDING FILES STARTING WITH "." r - SORT IN REVERSE ORDER t - SORT ACCORDING TO MODIFICATION TIME
@Being-a-Kalim
@Being-a-Kalim Жыл бұрын
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
@entertainmentzone4416
@entertainmentzone4416 Жыл бұрын
Hello, Harry sir i am abhishek yadav from varanasi. You are great, you teach any topic very easy and understand to anyone. So you are a good teacher. Thank you so much❤❤
@himanshu_rohil
@himanshu_rohil 3 жыл бұрын
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?
@ashishshorts8038
@ashishshorts8038 Жыл бұрын
25:02 according to bard The basic ccommonds of linux cd - This command is used to change directories. For example, to change to the "home" directory, you would type "cd ~". ls - This command is used to list the contents of a directory. For example, to list the contents of the current directory, you would type "ls". pwd - This command prints the current working directory. mkdir - This command creates a new directory. For example, to create a new directory called "my_directory", you would type "mkdir my_directory". rmdir - This command removes a directory. For example, to remove the directory called "my_directory", you would type "rmdir my_directory". touch - This command creates an empty file. For example, to create an empty file called "my_file", you would type "touch my_file". cat - This command displays the contents of a file. For example, to display the contents of the file called "my_file", you would type "cat my_file". cp - This command copies a file. For example, to copy the file called "my_file" to a new file called "my_copy", you would type "cp my_file my_copy". mv - This command moves or renames a file. For example, to move the file called "my_file" to a new directory called "my_directory", you would type "mv my_file my_directory". rm - This command removes a file. For example, to remove the file called "my_file", you would type "rm my_file
@agyanshuvarshney6499
@agyanshuvarshney6499 3 жыл бұрын
Yes brother we want a full course on Linux(Ubuntu)
@aruntyagi6643
@aruntyagi6643 3 жыл бұрын
Bhai aaya kya full course Please link send kr do
@amanrajfr
@amanrajfr 3 жыл бұрын
Yes Bhai
@rakeshv8500
@rakeshv8500 3 жыл бұрын
Yes, sir we need full course for developing our linux skills
@cubingwithabhinav8517
@cubingwithabhinav8517 3 жыл бұрын
Kali Linux
@AvinashKumar-xj4sm
@AvinashKumar-xj4sm 3 жыл бұрын
Linux ka fayda jab windows hai to
@PawanKumar-te6sp
@PawanKumar-te6sp 4 жыл бұрын
Bro I am so excited for your full fledged Linux tutorial video. Plz 🙏 make it as soon as possible.❤️
@prabodhpatil-xd4nl
@prabodhpatil-xd4nl 6 ай бұрын
best coding teacher in world i have seen i am just 11years old and i learn html,css,js,python,java
@sketchy2673
@sketchy2673 3 жыл бұрын
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 3 жыл бұрын
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 жыл бұрын
@@subhambairagi5642 use hyper V instead of Virtualbox it's great
@HAMZAKHAN-sb8py
@HAMZAKHAN-sb8py 2 жыл бұрын
​@@wut9167 how about we install ubuntu through wsl on windows ? will there be any drawbacks ??
@sarvesh_soni
@sarvesh_soni 2 жыл бұрын
3rd point is wrong
@sayanjitb
@sayanjitb 2 жыл бұрын
@@subhambairagi5642 isn't it just half of the system ram? So according to the 3rd point it should work.
@namahkalbande4274
@namahkalbande4274 3 жыл бұрын
I am Namah Kalbande from Pune. I have accessed your playlists of Java Python and even Html. I love you as a teacher.
@syedabdulrahimk
@syedabdulrahimk Жыл бұрын
Thank you dada... it was an awesome course... I have completed word to word... thanks bro... ❤
@nishitjadiya
@nishitjadiya 2 жыл бұрын
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 :)
@abhisekhmukherjee4408
@abhisekhmukherjee4408 5 жыл бұрын
Eagerly waiting for your Linux complete course...your Teaching skill is way too good. Thank you Bhai.
@Agent839
@Agent839 3 жыл бұрын
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 3 жыл бұрын
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 3 жыл бұрын
@@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 Жыл бұрын
I have recently installed ubuntu and I am loving it.. I have no plans of going back to windows. ubuntu is really awesome..
@SamyakMahudwaleBorkar
@SamyakMahudwaleBorkar Ай бұрын
I am Samyak Mahudwale Borkar from hyderabad. I watch your c,python and java web dev videos.I like ur explaining style
@aaronstanley5867
@aaronstanley5867 Жыл бұрын
Great short little course for absolute beginners... completed smoothly!
@vengeance9047
@vengeance9047 3 жыл бұрын
This legend deserves trillions of subscribers 🔥🔥🔥🔥🔥🔥🔥
@anonymousperson9100
@anonymousperson9100 3 жыл бұрын
which is more than the population of whole world.
@vengeance9047
@vengeance9047 3 жыл бұрын
@@anonymousperson9100 agar Harry bhai ho to kuch bhi ho sakta hai, cause harry bhai is harry bhai 🔥🔥🔥🔥
@anonymousperson9100
@anonymousperson9100 3 жыл бұрын
@@vengeance9047 you are right !!
@s.k3518
@s.k3518 2 жыл бұрын
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 KZbin.
@sidharthbhardwaj641
@sidharthbhardwaj641 5 жыл бұрын
Yaar aap mastt ho Aapko toh million subscribers milne chaiye Mai abhi class 10 me hu Software engineer banna chata hu
@shoaibakhann93
@shoaibakhann93 4 жыл бұрын
Abhi time hai bhaglo
@unstoppable9668
@unstoppable9668 4 жыл бұрын
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 жыл бұрын
@@unstoppable9668 thanks
@harharmahadev7036
@harharmahadev7036 4 жыл бұрын
Me bhi class 9 me hu
@pranjalpathak4498
@pranjalpathak4498 4 жыл бұрын
Main class 1 me hu... Mera kitna secure ho gya placement?
@Aashutosh_kumar
@Aashutosh_kumar 3 жыл бұрын
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.
@ASHUTOSHKUMARSHARMA-iu6gw
@ASHUTOSHKUMARSHARMA-iu6gw 2 жыл бұрын
Right
@TVFocusFuel365
@TVFocusFuel365 2 жыл бұрын
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
@funworld8379
@funworld8379 2 ай бұрын
37:50 1. ls -t: • Lists files and directories sorted by modification time, with the most recently modified files at the top. 2. ls -r: • Lists files and directories in reverse order, usually alphabetically, but can combine with other options to reverse other sorts (like modification time). 3. ls -a: • Lists all files, including hidden files (files beginning with a dot .), which are usually not shown by default. 4. ls -l: • Lists files and directories in long format, providing detailed information such as permissions, number of links, owner, group, size, and modification date.
@ajitsekhar2716
@ajitsekhar2716 3 жыл бұрын
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
@ravirajput396
@ravirajput396 4 жыл бұрын
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.
@TARUNSHARMA-nb3bd
@TARUNSHARMA-nb3bd Жыл бұрын
Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
@comsianinfo5443
@comsianinfo5443 Жыл бұрын
Thanks Harry Bro From Pakistan 🥰🥰🥰
@hemanthreddy7335
@hemanthreddy7335 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 😂
@kanchangandhi1200
@kanchangandhi1200 4 жыл бұрын
chmod explanation was superb , got cleared all my doubts ! Thank you :-)
@rajeshhalder968
@rajeshhalder968 3 жыл бұрын
Right 👍 hello kanchan
@jbhsmeta
@jbhsmeta 3 жыл бұрын
Harry, Your teaching style is awesome. Heartfelt thanks to you. Please make full course on Linux. From Kolkata.
@rk2342
@rk2342 Жыл бұрын
Hello sir, I'm Rinki from Delhi. I really love the way you explain it. Thank you ❤️ sir.
@sharankumar917
@sharankumar917 4 жыл бұрын
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 4 жыл бұрын
@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 3 жыл бұрын
@@nidhipachouri Wow you are so lucky to reside in UK.
@asbishen
@asbishen 4 жыл бұрын
l - list long listing a - list all r - reverse sorting t - arrange by time
@satyamdixit5916
@satyamdixit5916 5 жыл бұрын
Bhai competitive programming or placement preparation se related videos....
@maskedpersonality
@maskedpersonality 5 жыл бұрын
Abhi kya kr rhe ho bhai??
@GITANJALISACHDEVA
@GITANJALISACHDEVA 10 ай бұрын
you are the best bro .............watching again all your videos.really worth it....explained very well.....................
@mukuldubey1491
@mukuldubey1491 3 жыл бұрын
It's better to give permission using symbolic method instead of number. Nice video 👍👍
@soofib1
@soofib1 3 жыл бұрын
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
@mohdazeem4834
@mohdazeem4834 3 жыл бұрын
Sir you are doing job in linux
@shwetarakshe4396
@shwetarakshe4396 4 жыл бұрын
This is amazing. Thank you. Shweta Mumbai
@lovelifeethicalhacking6518
@lovelifeethicalhacking6518 3 жыл бұрын
Hello
@SubhanSubhanriaz
@SubhanSubhanriaz Ай бұрын
Hi sir I am from Pakistan huge respect from you sir waited for linux course
@ghanshyamvishwakarma2343
@ghanshyamvishwakarma2343 3 жыл бұрын
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 :)
@omideccan
@omideccan 4 жыл бұрын
Harry sir, when you will post Linux full tutorial.
@rahulagni9016
@rahulagni9016 2 жыл бұрын
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 :)
@satvikchauhan3489
@satvikchauhan3489 2 жыл бұрын
i m also from bhopal near aura mall
@nadeemshaikh7896
@nadeemshaikh7896 Ай бұрын
Hi Harry, You are awesome Bro, I am Nadeem Shaikh, From Mumbai. Your teaching skills and explanations are extra ordinary.
@cloudpachehra1113
@cloudpachehra1113 5 жыл бұрын
Harry bhai... Linux course.. Upload karo bhai ji.... It was awesome guru... Mast... Linux ka course plz plz
@SakshiSharma-oj5os
@SakshiSharma-oj5os 4 жыл бұрын
16:09 it's present working directory.
@singhhansy
@singhhansy 4 жыл бұрын
Computer student
@shashanksinghgautam
@shashanksinghgautam 4 жыл бұрын
Aur kya kya seekha apne Linux me 😁
@wyvern6160
@wyvern6160 3 жыл бұрын
It's print working directory
@amankunwar4099
@amankunwar4099 4 жыл бұрын
kamal bhai aap hai harry please jaldi se hindi main linux ka full course upload karo
@developer_vishal
@developer_vishal 5 ай бұрын
It's informative video bhaiya ❤
@amalgupta5095
@amalgupta5095 4 жыл бұрын
Sir. Very nice tutorial! Please inform whenever you are going to upload the complete Linux tutorial as you said. It would be very helpful.
@JiteshChaturvedy
@JiteshChaturvedy 3 жыл бұрын
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
@cricbolly3252
@cricbolly3252 3 жыл бұрын
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
@raajthegamer
@raajthegamer 7 ай бұрын
ls - lart :- l - long list a - include hidden files r - reverse order t - sort by time Gives you a full list with files in order by time of creation/last write with most recent file last in list.
@sahelikantha93
@sahelikantha93 4 жыл бұрын
yes! the linux full tutorial?? and what would be the length of that ?
@sanketgaikwad3552
@sanketgaikwad3552 3 жыл бұрын
Thank you so much for covering everything from the beginning. Loved it !
@abhattacharya88
@abhattacharya88 3 жыл бұрын
This guy is working so hard, so that we learn the basics well. Kudos to you @CodeWithHarry .
@MrParshant007
@MrParshant007 4 жыл бұрын
This is simply awesome. Harry bro you are the best.
@cold_messss
@cold_messss Жыл бұрын
Harryyyy... thanku so much..u are truly Life saviour 😢i wanted to learn all this but was not getting how...now i know
@adityamukherjee3620
@adityamukherjee3620 3 жыл бұрын
Name : Aditya Mukherjee I am eagerly waiting for the course on linux.
@SureshKumar-dw1hm
@SureshKumar-dw1hm 4 жыл бұрын
I wish to join linux course. It was nice to go through this clip.
@PradeepKumar-qk3gh
@PradeepKumar-qk3gh 4 жыл бұрын
Dear, When will you post complete Linux tutorials.
@rabiahmed7469
@rabiahmed7469 Жыл бұрын
I am from Pakistan your way of teaching is brilliant
@ajittorane
@ajittorane 5 жыл бұрын
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
@VS.VishalSharma
@VS.VishalSharma 5 жыл бұрын
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 ☹️
@raakuu
@raakuu 3 жыл бұрын
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!
@faisal98499
@faisal98499 8 ай бұрын
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.
@ramankumarroy5747
@ramankumarroy5747 11 күн бұрын
2025 me kon dekh raha hai
@binayclasses3798
@binayclasses3798 5 жыл бұрын
Name-shubham Degree-12 passout Interest-computer programming Address-jamshedpur jharkhand Apka bhut thank you bhiya course ke liye...🙏
@murlidharpathak
@murlidharpathak 4 жыл бұрын
Kis college me ho
@sadabaharsongs3425
@sadabaharsongs3425 4 жыл бұрын
ls lart : list long format including hidden files and 'r' mean list in reverse order and 't' short by date and time.
@yashwantraomeshram9315
@yashwantraomeshram9315 Жыл бұрын
Yas ok Chhattisgarh se We want full course of linux👌👍👍👌
@sudipdas7363
@sudipdas7363 3 жыл бұрын
23:09 full paad diya
@sahilvashisht_0462
@sahilvashisht_0462 3 жыл бұрын
op brooo
@mrrksandhu3792
@mrrksandhu3792 3 жыл бұрын
😂😂😂😂😂💯👌
@ameensohail2030
@ameensohail2030 5 жыл бұрын
ls -lart Shows hidden files in long format of date and time l-listing. s-segment. r-reversal. a-hidden files. t-time.
@miniverma1924
@miniverma1924 4 жыл бұрын
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.
@ahadtricks4687
@ahadtricks4687 3 жыл бұрын
😂
@ZaherruddinShaik
@ZaherruddinShaik 6 ай бұрын
ویڈیو اچہی تہی۔ معلومات میں اصافہ ہواہ۔ 👌👋🔚🌻🌸۔۔
@anchalmaurya5944
@anchalmaurya5944 5 жыл бұрын
Name: Anchal From: Mumbai
@sarfrazhasan207
@sarfrazhasan207 5 жыл бұрын
👍🏻👍🏻
@A2ZCreations123
@A2ZCreations123 5 жыл бұрын
👍👌
@A2ZCreations123
@A2ZCreations123 5 жыл бұрын
Bhupendra singh Chennai (TN)
@tusharlohar2520
@tusharlohar2520 4 жыл бұрын
@@sarfrazhasan207 muh mar suvar
@abdullahnisarg
@abdullahnisarg 4 жыл бұрын
Mera naam Abdullah he Mein Pakistan se hun😊
@pragyaa5371
@pragyaa5371 4 жыл бұрын
Ashutosh Char broooo
@babar2012
@babar2012 4 жыл бұрын
@Ashutosh Charan Beta kaya hoya daar gaaye
@goyalakriti
@goyalakriti 5 жыл бұрын
Name:- Akriti Gaurav address:- Bihar(Patna)
@diwakarjha8128
@diwakarjha8128 5 жыл бұрын
Mai v Bihar se
@Globalapostilleservices
@Globalapostilleservices 5 жыл бұрын
Mai v
@A2ZCreations123
@A2ZCreations123 5 жыл бұрын
7023096756
@ADARSHKUMARVERMA-e5w
@ADARSHKUMARVERMA-e5w 2 ай бұрын
Hi Harry sir I am adarsh and I live Lucknow. I am read full course in Linux.🙏
@funforyou5573
@funforyou5573 5 жыл бұрын
Name - Arpan Das Address - West Bengal
@BilalKhan-o2s2i
@BilalKhan-o2s2i 11 ай бұрын
what a beast! this channel is a GEM for beginners
@vinaygundu9867
@vinaygundu9867 6 ай бұрын
very beautiful course . I really understood everything. Thanks Harry
@huzaifakhan1657
@huzaifakhan1657 Ай бұрын
Hi Harry bro, thanx for sharing this Tutorial. Please upload the complete Linux course... It will be really very helpful for we students thanx...
@MadanLalNijar
@MadanLalNijar 2 ай бұрын
Quite helpful to learn Linux loved this tutorial.🥰
@Phenomenalsanjeev16
@Phenomenalsanjeev16 Жыл бұрын
Nice doing broh..., it literally would work who are not aware about things genuinely and get trapped very easily, superb ✔️✔️💯
@sabeehasabee1281
@sabeehasabee1281 2 ай бұрын
Hi Harry This is sabeeha from Andhra Pradesh,Chittoor district Just started my career with u 😊😊😊
@AbdulSaboor-s2z
@AbdulSaboor-s2z 3 ай бұрын
Very useful video. Really appreciated. Especially chmod very well explained. Thanks
@AbhilashDasChoudhury
@AbhilashDasChoudhury Жыл бұрын
Love you Harry. Great teacher. Linux ka full video mene bahut dhunda mil nahi rha.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,5 МЛН
Learn Coding & Get a Job (in 2025) 🔥
16:54
CodeWithHarry
Рет қаралды 674 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners
5:00:17
Two Weeks is what it takes...
5:18
CodeWithHarry
Рет қаралды 210 М.
FASTEST Way To Learn Coding and ACTUALLY Get A Job
10:44
Brian Cache
Рет қаралды 1,3 МЛН
Linux for Ethical Hackers (Kali Linux Tutorial)
2:01:00
freeCodeCamp.org
Рет қаралды 6 МЛН
How to Make 2025 the Best Year of Your Life 🔥
8:49
CodeWithHarry
Рет қаралды 155 М.
This AI Robot Is Doing the Impossible - Unitree x ElizaWakesUp
9:30
Git & GitHub Tutorial For Beginners In Hindi - हिंदी में
1:15:15
Top Skills to Learn in 2025
9:31
CodeWithHarry
Рет қаралды 527 М.