Explained Basic Commands in Linux | File Handling Utilities Basic Linux Commands [Hindi]| Techmoodly
🎯 More Information on Video:
By [Webminal]:
Basic commands to navigate directories
Simply type
$ pwd
and press enter key and read on :) title: pwd
Can you see the output similar to /home/yourname ? cool,you have found your current working directory.Congrats,You have joined exclusive club of linux commandline users :)
As you realized typing
pwd
will display your current working directory.Yeah,your home is a directory. Now lets try to create a new directory.type the following on the prompt
mkdir -v dir1
and press enter key. title: mkdir
Did it say?
mkdir: created directory dir1
Wow,now you created a new directory. Lets say you want to create more than one directory instead of invoking mkdir multiple(three) times-like.
mkdir -v dir2
mkdir -v dir2/dir3
mkdir -v dir2/dir3/dir4
you can simply use
mkdir -vp dir2/dir3/dir4
"-p" option will create parent directories for "dir4" as needed. In this case,it creates dir2,dir3 automatically.Now we have created 4 directories.How to view them?
To view type 'ls' and press enter
ls
title: ls
listed dir1 dir2 as directory content right? Thats exactly what we wanted
`dumb tutor: yes,the guy with blue-t-shirt,
Yeah, you ,why you look so confused?`
`blue-t-shirt:I created 4 directories,
where is the missing dir3,dir4?`
Good question.They are created inside dir2 they won't be listed with simple command like ls.you need to use "complex" command to view them. Try this:
ls -R
really "complex" isn't it :P ,btw -R stands for recursive.
Okay,we have created a new directories and listed them.Now lets move into a new directory.
cd dir2
title: cd
cool,you have changed to dir2 Now confirm this location by using previously learned pwd command.To move into next directory dir3
cd dir3
will place you under "dir3" directory.
Tips and tricks: Typing
cd ..
will move to parent directory.i.e dir2. Now type,
cd -
will move you to previous working directory i.e dir3 Cool ,isn't it? and a simple
cd
will move to the your home directory.
🎯 Watch Next:
🎯 Download PPT (Slides) of this Video Here:
https://techmoodly.com/techmoodly-videos-ppt/
🎯 I USE:
○ My Mic: https://amzn.to/3rnx6eV
○ My Laptop: https://amzn.to/3b93Wds
○ My Keyboard and Mouse: https://amzn.to/3kCjjyp
○ [Screen Recording: shorturl.at/cgiow]
🎯 SOME OTHER TUTORIAL:
○ERP Tutorial: https://bit.ly/3beetnX
○MIS Tutorial: http://bit.ly/3sRLjB5
○Multimedia Tutorial: http://bit.ly/2PsUOYR
○BPO Tutorial: https://bit.ly/30a5vl9
○Computer Hardware Tutorial: https://bit.ly/387UzZO
○Project Management Tutorial: https://bit.ly/2NXRPHs
○ Operating System Tutorial: https://bit.ly/3fjmLgL
○Java Programming Practice: http://bit.ly/2O18tpB
○Windows Tips and Tricks: http://bit.ly/3kGmQf9
○Android Tips and Tricks: http://bit.ly/3c1CkX0
Without You? We are nothing and No Where!
Share with us in the Comment Section Below : What did you learn in this Video?
🎯 About Techmoodly:
Techmoodly is a YouTube channel and Tech Blog where We can Learn and Share All Knowledge and Experiences related To Tech blogs .
We are More Efficient for :
Hardware Tutorial
Networking Tutorial
Codes Tutorial
Software Tutorials
Tips and Tricks
Research Based
🎯 Links to Follow:
○ Website: https://techmoodly.com
○ Twitter: https://twitter.com/techmoodly
○ Facebook: https://facebook.com/techmoodly
○ Instagram: https://instagram.com/techmoodly
○ Email: info@techmoodly.com , techmoodly@gmail.com
🎯 Connect to Me :
Name : Ankit Sudegora(Worker of this Channel)
○ Facebook: https://facebook.com/ankitsudegora
○ Instagram: https://instagram.com/ankitsudegora
○ Email: ankitsudegora111@gmail.com, ankitrai.pro@gmail.com
Don’t forget to subscribe to our channel and turn on your notifications!