Тёмный

What Is a Shell 

samit
Подписаться 2,3 тыс.
Просмотров 11 тыс.
50% 1

Shells, those things that we use to interface with an operating system, are often confusing as they become blended with the operating system itself, become associated with specific operating systems, and become intertwined with the tools that they call.
#shell #bash #commandprompt #informationtechnology
www.buymeacoffee.com/scottala...
^^^^ Support me and the Channel ^^^^
Linux Administration Best Practices by Me:
www.amazon.com/Linux-Administ...
I have worked as a consultant at NTG, a global technology and business consulting practice for more than a quarter of a century. Reach out for guidance, consulting, IT outsources, etc.
info@ntg.co
ntg.co/
Check out my other channels for more content:
/ @scottalanmillervlog
/ @nicaragua360
/ @cameracafebyscott
/ @nicarumba
/ @drivewarp
/ @takeflightwithscott
/ @thisisnicaragua
/ @scottalanmiller
/ @everydayvloggerscott

Наука

Опубликовано:

 

13 дек 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@Nurr0
@Nurr0 5 лет назад
Thank you, there are so many awful videos on this topic on RU-vid. This actually explained it very clearly.
@samit8178
@samit8178 5 лет назад
Thanks!
@rameshkarki4466
@rameshkarki4466 10 месяцев назад
​@@samit8178😮😮😮
@artcraftmathcareenjoylearn1434
@artcraftmathcareenjoylearn1434 27 дней назад
Thanks Sam for the very helpful explanations of shell, I enjoyed as well
@samit8178
@samit8178 8 дней назад
You are very welcome!
@kristopherleslie8343
@kristopherleslie8343 6 лет назад
This actually clears up some confusion I've had since I was a kid digging around with CMD.
@ductive
@ductive 10 месяцев назад
Incredible explanation. I'm surprised this video has only 6k views
@GGShinobi77
@GGShinobi77 4 года назад
awesome explanation! EDIT (after having watched a few other videos): no bullshit-bingo, no buzzwords. You can tell he knows what he's talking about.
@samit8178
@samit8178 3 года назад
Thanks! Glad that it's helpful. This is what I love to do. :)
@ngm_4092
@ngm_4092 8 месяцев назад
Thank you for this and level of detail that you went into to explain the term
@DeepSandhu-dt4mk
@DeepSandhu-dt4mk 8 месяцев назад
Very well explained, it really clears the concept, thanks
@TiltyFishPoker
@TiltyFishPoker Год назад
Term always confused me. Very well explained, ty!
@samit8178
@samit8178 Год назад
You are so welcome!
@matheomatheo3653
@matheomatheo3653 9 месяцев назад
Much respect to you bro. You broke it down very well
@retrohills
@retrohills Год назад
doing the odin project, and they article they had linked explaining shells gave me a headache. this helped a ton
@Josh_Foster
@Josh_Foster 3 года назад
Very helpful video!
@totfosk
@totfosk 6 месяцев назад
thank you very much !!! great explanation
@hannes4939
@hannes4939 4 года назад
great video! Now, I do have a question. You mentioned that shells are only calling other programs to make them do their job, that I understand. But are commands like "cd" or "ls" included into the bash shell or those standalone programs as well?
@samit8178
@samit8178 4 года назад
In theory, anything "could" be built into a shell as a sub routine rather than as an external program. But with cd and ls, for example, on Linux use the "which" command to look up their path. Both of those commands exist as independent programs in the file system. So they are external. But some special shells, like BusyBox build them in.
@Tottorul
@Tottorul 7 месяцев назад
The outer layer analogy is confusing me a bit. Is it correct to think of a shell as a program that takes commands from a command line interface or GUI and forwards these commands to a software that has been programmed to receive this particular shells commands? May it be File Explorer, 3rd party software etc.
@nukpiaedjgzd7437
@nukpiaedjgzd7437 4 года назад
Great explanation, thanks
@samit8178
@samit8178 3 года назад
Glad it was helpful!
@mirageleung5613
@mirageleung5613 Год назад
So just to clarify, command prompt and terminal on windows and unix, respectively... these are command line interface, but they also run the shell such as bash which is the command line interpreter? But say when I run something like cd.., or mkdir, or cat, that application in itself is not part of the shell, but rather what the shell calls? Is that correct?
@samit8178
@samit8178 Год назад
CMD is the name of the default classic Windows shell. Without a shell, you would see nothing. It is the shell itself that allows you to type commands. Windows Terminal is a shell "holder", it has to run CMD or PowerShell to do anything. But it can run either. The terminal provides the look and feel graphically, the shell is what takes any input and provides any output. Often tools like cd, cat or dir are built into the shell, but not always. Most things that you call, though, like top, grep, less, more, lsof, netstat, ping, and so forth are just applications that you are calling from the shell.
@williamowusu7778
@williamowusu7778 2 месяца назад
Thanks a lot
@christel4497
@christel4497 2 года назад
Thanks so much!
@samit8178
@samit8178 Год назад
You're welcome!
@ghaidaa.s.m3922
@ghaidaa.s.m3922 5 лет назад
Hello Please tell me Shell is a command interpreter?
@samit8178
@samit8178 5 лет назад
That's correct. Either command line or graphic command interpreter for accessing the OS functions.
@ahmedboutaraa8771
@ahmedboutaraa8771 4 года назад
on point
@samit8178
@samit8178 3 года назад
Thanks!
@fahmidatania1217
@fahmidatania1217 5 лет назад
Nice explanation about shell!
@samit8178
@samit8178 5 лет назад
Thanks
@thegovtdoesntcareaboutyou
@thegovtdoesntcareaboutyou 8 месяцев назад
so its a console?
@Freddie817tx
@Freddie817tx 6 лет назад
How do I install Bash? I downloaded a .sig file from www.gnu.org and have no idea where to go from here.
@Freddie817tx
@Freddie817tx 6 лет назад
NM. found a way to use it via Windows 10. community.spiceworks.com/how_to/148352-how-to-install-bash-on-ubuntu-on-windows-in-windows-10
@samit8178
@samit8178 6 лет назад
That's BASH on a VM, not on Windows. That will be completely misleading.
@davidhenderson4629
@davidhenderson4629 6 месяцев назад
Good explanation. Here is also a video that illustrates your point in a more technical fashion: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EEvY9pptM5Q.html
Далее
What is a kernel - Gary explains
9:50
Просмотров 949 тыс.
Become a shell wizard in ~12 mins
12:25
Просмотров 213 тыс.
2000000❤️⚽️#shorts #thankyou
00:20
Просмотров 2,3 млн
I Built 7 EXTREME Rooms in My House!
1:22:07
Просмотров 11 млн
Linux - Shells and Desktop Environments
19:33
Просмотров 21 тыс.
Terminal vs. Bash vs. Command line vs. Prompt
11:06
Просмотров 228 тыс.
Fish Shell Tips and Tricks (Can Your Shell Do This?)
14:44
Why Do Command Lines Still Exist?
4:47
Просмотров 636 тыс.
How SSH Works
8:54
Просмотров 472 тыс.
Полезные программы для Windows
0:56