У нас вы можете посмотреть бесплатно Thinknyx Linux Architecture Video или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
"Linux is not an OS, Linux is not a Kernel - Today Linus is necessity", thanks to Linus Torvalds! What should I need to install a Linux - well a supported HardWare (though Linux based OS's almost runs everywhere now a days), What is Linux - A Kernel, the how could a user interacts with a Kernel - using a Shell. Well, this means an OS comprises of "A Kernel and A Shell". Users interacts with Shell, Shell talks to Kernel and Kernel does all of the heavy-lifting for us. Lets understand the same with a simple example: A user fired a command via terminal (via Shell) which means a process gets started, Shell takes that to a kernel via syscalls and kernel executes that command and we get the outputs on the terminal and the tasks marked as completed. This is what gets executed everytime we do anything on Linux Kernel from creating a file, to removing a user, to installing an application.