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!
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
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
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
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
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).
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.
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
# 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. -------------------------------------------------------------------------------
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 :)
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❤❤
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
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 :)
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 :)
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
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.
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
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!!!
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.
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.
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 :)
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
@@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.
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.
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.
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.👍
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* .
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 :)
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 :)
Hello Bata, I am from Pakistan, My name Haroon, i like your tutorial videos very much and often see them, thank you for making such good tutorial videos
@@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
@@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
1.ls -R (shows all folders and files) 2.ls -l (shows all the permissions) 3.ls -a (shows all hidden files) 4.list information about files and directories within the file system.
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 ☹️
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.
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.
hello harry bhaii , I'm Amar Paradkar from thane Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
cli = command line interface ,terminal is type of cli gui = graphical user interface ls command shows further nodes and lists the content of directory whereas pwd (print working directory) shows the current position/node / is called root node cd is chain directory which is follwed by the name of destination node eg /$ cd bin cd .. ( cd dot dot command) brings you back to prv node if we are writing any name of folder like downloads, then we can auto complete the nam by writing its name partially like "dow" and then pressing tab button mkdir command makes a new directory within the present working directory that you are currently in touch 1.txt command creates a new text file of name "1" in your current node mv 1.txt final/ this command moves 1.txt file to new node called final cp 2.txt final/ this command copies 2.txt from present position and posts in "final " node
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!
Ap kha se ho
Thank u very much🤝
Bhai plz app se bat krna hai please
Hi Harry, You are doing good bro. Keep it up. :) Can you please start tutorial for Linux/Unix shell scripting?
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
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
I need your suggestions could u help me?
Hi Sachin I need your help
@@shifasayyad1922
Sachin bhaiya I want referral
@@SatishSharma-en2ll😂
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
I don't have knowledge about Linux but I can atleast understand the basics of Linux because of your tutorial. Thank you bro!
hi
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
I am Namah Kalbande from Pune. I have accessed your playlists of Java Python and even Html. I love you as a teacher.
Am Zahid Siddiqui from Pakistan, Thanks a lot for learning us programming languages, power full tools and much more. Stay happy Sir
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).
Yes brother we want a full course on Linux(Ubuntu)
Bhai aaya kya full course Please link send kr do
Yes Bhai
Yes, sir we need full course for developing our linux skills
Kali Linux
Linux ka fayda jab windows hai to
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.
read and write access?
We can also use ls -al
@@trishitmaji3208 not ls -al
correct one is ls - la = show all hidden files and folders
I recently installed Linux and within few days your video came out, thank you so much.
I cant download..Linux how I can ..,??
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
Thanks. By the way, what is the purpose of your Linux training?
# 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.
-------------------------------------------------------------------------------
Thanks a lot bro it means a lot
thanks👍
unable to create new directory using mkdir
thanks alot brother
Thanks for this
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 :)
l - LONG LIST FORMAT
a - LIST ALL FILES INCLUDING FILES STARTING WITH "."
r - SORT IN REVERSE ORDER
t - SORT ACCORDING TO MODIFICATION TIME
best coding teacher in world i have seen i am just 11years old and i learn html,css,js,python,java
cool dude with pure hindi. Rare combination to see. Overall the video is nice.
From- Pune(Maharashtra)
You are brilliant keep it up bro 👍
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❤❤
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
My pc have 4.0 GB ram (3.9 GB usuable) and i have allocated 2.0 GB to the vm, it is working.🤔
@@subhambairagi5642 use hyper V instead of Virtualbox it's great
@@wut9167 how about we install ubuntu through wsl on windows ? will there be any drawbacks ??
3rd point is wrong
@@subhambairagi5642 isn't it just half of the system ram? So according to the 3rd point it should work.
Bro I am so excited for your full fledged Linux tutorial video.
Plz 🙏 make it as soon as possible.❤️
l - list long listing
a - list all
r - reverse sorting
t - arrange by time
Hi Harry sir I am adarsh and I live Lucknow. I am read full course in Linux.🙏
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 :)
Hi Himanshu Rohli, I am S.D and I am from India. I think your name is misspelled. It should be "kohli" not "rohli"
@@s.d8756 hello! It's named correctly lol, don't worry. My surname is rohil only
@@himanshu_rohil hey what are you doing Himanshu?
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 :)
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
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.
ls -a ?
@@theexplodingcube7873 it will show you current directory files list including hidden file
Can I use Ubuntu 22
@@manasranjanbehera6868 Yes
is ls -lart and ls -l same??
Great short little course for absolute beginners... completed smoothly!
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
Yaar aap mastt ho
Aapko toh million subscribers milne chaiye
Mai abhi class 10 me hu
Software engineer banna chata hu
Abhi time hai bhaglo
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!!!
@@unstoppable9668 thanks
Me bhi class 9 me hu
Main class 1 me hu... Mera kitna secure ho gya placement?
Eagerly waiting for your Linux complete course...your Teaching skill is way too good. Thank you Bhai.
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.
This legend deserves trillions of subscribers 🔥🔥🔥🔥🔥🔥🔥
which is more than the population of whole world.
@@anonymousperson9100 agar Harry bhai ho to kuch bhi ho sakta hai, cause harry bhai is harry bhai 🔥🔥🔥🔥
@@vengeance9047 you are right !!
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.
Right
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 :)
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
@@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.
@@devs9776 you can dualboot so it will ask at every startup which os u want
I have recently installed ubuntu and I am loving it.. I have no plans of going back to windows. ubuntu is really awesome..
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.
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.
Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
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.👍
Vai GitHub ka link dedo 😂
Hello sir, I'm Rinki from Delhi.
I really love the way you explain it. Thank you ❤️ sir.
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* .
U can also use" ls -l" or " ll " its used for long listing files and dir
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.
chmod explanation was superb , got cleared all my doubts ! Thank you :-)
Right 👍 hello kanchan
Thank you dada... it was an awesome course... I have completed word to word... thanks bro... ❤
Hey brother, thanks for sharing this Tutorial. As said, when are you going to upload the complete Linux Tutorial ? Will be a great help!
@Yousuf Ali no this is only terminal based tutorial we need more
@Yousuf Ali bhai tumhe sachme lagta hai linux 1hour ka hai course h
Sir what is complete Linux learning link I m watching from uk
@@nidhipachouri Wow you are so lucky to reside in UK.
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 :)
Harry, Your teaching style is awesome. Heartfelt thanks to you. Please make full course on Linux. From Kolkata.
I don't understand how people unlike this content, are they jealous
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
Sir you are doing job in linux
Name : Aditya Mukherjee
I am eagerly waiting for the course on linux.
Bhai competitive programming or placement preparation se related videos....
Abhi kya kr rhe ho bhai??
Hello harry Bhai i am sajawal Ali from Lahore, Pakistan your videos are awesome ❤️
It's better to give permission using symbolic method instead of number.
Nice video 👍👍
This guy is working so hard, so that we learn the basics well. Kudos to you @CodeWithHarry .
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 :)
i m also from bhopal near aura mall
kamal bhai aap hai harry please jaldi se hindi main linux ka full course upload karo
I am from Pakistan your way of teaching is brilliant
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
Harry sir, when you will post Linux full tutorial.
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
Hello Bata, I am from Pakistan, My name Haroon, i like your tutorial videos very much and often see them, thank you for making such good tutorial videos
Harry bhai Make a full course on Linux(if possible kali Linux) We want it as soon as possible
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
@@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
@@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
Harry bhai... Linux course.. Upload karo bhai ji.... It was awesome guru... Mast... Linux ka course plz plz
Sir. Very nice tutorial! Please inform whenever you are going to upload the complete Linux tutorial as you said. It would be very helpful.
1.ls -R (shows all folders and files)
2.ls -l (shows all the permissions)
3.ls -a (shows all hidden files)
4.list information about files and directories within the file system.
This is amazing. Thank you.
Shweta
Mumbai
Hello
I wish to join linux course. It was nice to go through this clip.
who is watching in 2024-25
Hello Harry Bhai I am Ritesh from Bihar. Thank you very much for your super support for making us learn.
yes! the linux full tutorial?? and what would be the length of that ?
16:09 it's present working directory.
Computer student
Aur kya kya seekha apne Linux me 😁
It's print working directory
Thank you so much for covering everything from the beginning. Loved it !
Hi Harry bhai I am Harsh Anand from Agra, Uttar Pradesh. Your courses are really awesome for building and upgrading our skills
This is simply awesome. Harry bro you are the best.
Dear, When will you post complete Linux tutorials.
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 ☹️
Harryyyy... thanku so much..u are truly Life saviour 😢i wanted to learn all this but was not getting how...now i know
Name-shubham
Degree-12 passout
Interest-computer programming
Address-jamshedpur jharkhand
Apka bhut thank you bhiya course ke liye...🙏
Kis college me ho
10:32 linux is a kernel..harry bhai ne mistakenly os keh diya..❤️
Btw khaali linux ek command line wali linux de gi.
@@abduksam khaali linux??
@@raakuu mtlb linux kernel lol
@@abduksam bro , u need to explain it!
23:09 full paad diya
op brooo
😂😂😂😂😂💯👌
Hi Harry
This is sabeeha from Andhra Pradesh,Chittoor district
Just started my career with u 😊😊😊
ls lart : list long format including hidden files and 'r' mean list in reverse order and 't' short by date and time.
Mera naam Abdullah he
Mein Pakistan se hun😊
Ashutosh Char broooo
@Ashutosh Charan Beta kaya hoya daar gaaye
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.
😂
Yas ok Chhattisgarh se
We want full course of linux👌👍👍👌
Name: Anchal
From: Mumbai
👍🏻👍🏻
👍👌
Bhupendra singh
Chennai (TN)
@@sarfrazhasan207 muh mar suvar
ls -lart
Shows hidden files in long format of date and time
l-listing.
s-segment.
r-reversal.
a-hidden files.
t-time.
Name - Arpan Das
Address - West Bengal
you are the best bro .............watching again all your videos.really worth it....explained very well.....................
Name:- Akriti Gaurav
address:- Bihar(Patna)
Mai v Bihar se
Mai v
7023096756
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.
Thanks Harry Bro From Pakistan 🥰🥰🥰
hello harry bhaii , I'm Amar Paradkar from thane Your courses are really awesome and career-building! We all are eagerly waiting for the full-fledged course of LINUX.
Love you Harry. Great teacher. Linux ka full video mene bahut dhunda mil nahi rha.
cli = command line interface ,terminal is type of cli
gui = graphical user interface
ls command shows further nodes and lists the content of directory whereas pwd (print working directory) shows the current position/node
/ is called root node
cd is chain directory which is follwed by the name of destination node eg /$ cd bin
cd .. ( cd dot dot command) brings you back to prv node
if we are writing any name of folder like downloads, then we can auto complete the nam by writing its name partially like "dow" and then pressing tab button
mkdir command makes a new directory within the present working directory that you are currently in
touch 1.txt command creates a new text file of name "1" in your current node
mv 1.txt final/ this command moves 1.txt file to new node called final
cp 2.txt final/ this command copies 2.txt from present position and posts in "final " node
very beautiful course . I really understood everything. Thanks Harry
hello bro, I am Saurabh Singh,
I am from Mumbai and i am your big fan
Thankuu brother for this. yes i want full linux course..
must watch video in case you are beginner ......i am beginner and now i have completed
what a beast! this channel is a GEM for beginners