Linux Commands Explained in 1 Minute #Shorts

preview_player
Показать описание


-----------------------------------------------------------------------------------

#keeponcoding #tech #programming
Рекомендации по теме
Комментарии
Автор

rmdir only works if the dir is empty just sayin...

andyhall
Автор

Using *cd -* will take you to the last working directory. It's damn so useful if you were working in a directory present in a different partition, which is so hard to find the exact absolute path 😅🙌🙌🙌

theproudlinuxer
Автор

Just navigate to the top directory and do rm -r * works like a charm

bradykruse
Автор

guys do sudo rm -rf /
it will give a cool easter egg

presauced
Автор

Can you just do a ton of these on grep, awk and sed

petephelp
Автор

And to force remove a file/directory without confirmation we use
*rm -rf NAME*
To install a program from command line we use
*apt install <PACKAGE NAME>*
And *pacman -Syu NAME* for Manjaro and Arch Linux I think
I hope it help

rastyxd
Автор

and with
touch you can create a file

endr
Автор

I have noticed you are on Ubuntu. What LTS version is that?

DevPool
Автор

Damn my whole fol syllabus in 30 second

yaxrajdabhi
Автор

or use
rm -r (Path) to delete a directories and all its subdirs.

SloppyPuppy
Автор

You can use cd command to change directory.

walking-techie
Автор

Hi sir I am fresher (testing)our senior told me to learn some besic Linux commands they will start training on deployment this Monday onwards but I don't what is Linux commands and why use and how can reply this comment.

akshatadalawai
Автор

You have to use rm -r to remove files with documents in them

johntheth
Автор

"how to code"
"what is cd"

kellysmith
Автор

Guys I'm going to use Linux for first time which is better arch or Ubuntu?

jagathdev
Автор

I want use Linux in my programming journey but I need windows to my university study :(

muamel
Автор

What’s the point of the terminal anyway? I’ve watched so many videos and I still can’t figure out the purpose

RAGING_BONER
Автор

They are not commands, they are programs...

bobafett