Follow

21 नवंबर 2022

Shell Keywords Linux in Hindi

शेल क्या है? (Shell in Hindi) 

अन्य programming language की तरह Linux में भी keywords use किये जाते है, ये keyword reserve keyword कहलाते है , क्यूंकि इनका नाम व इनकी functionality पहले से ही Linux में define होती है , इन्हे इनके नाम से ही program में use किया जाता है | यदि different रूप से इनका use किया जाए तब program में Error generate होती है , keywords निम्न है -

if  case   for  echo   read   else   break    fi    do     while    until     done     etc. 

Linux में shell मुख्य रूप से एक command interpreter है , जो user तथा Linux operating system के बीच interface  का work करता है | user द्वारा दी जाने वाली command को interface  या exicute करने का work shell द्वारा किया जाता है | 

                     जब ये command user द्वारा Linux को दी जाती है , तब उसे Linux की Language में enter create किया जाता है , ताकि Cranel  इस command  को  समझ सके , ठीक इसी प्रकार output user की तरह दिया जाता है , जिसे enter create करने का काम भी shell का होता है, Linux में different types के task को perform करने के लिए different types की shells use की जाती है , जो निम्न है -

Various Type of Shells 

(01) The Bourne shell or sh
(02) The Bourne again shell or bash
(03) The c shell or csh
(04) The turbo c shell or tcsh
(05) The korn shell or ksh 

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें

Deadlock in Hindi - डेडलॉक क्या है? - MySQL

Hello Friends ! आज हम इस post में Deadlock के बारें में पढेंगे और इसकी conditions को भी देखेंगे. इसे आप पूरा पढ़िए. आपको यह आसानी से समझ आ ज...