PYPratibha Yedleinpratibhadevops.hashnode.dev·Mar 28, 2023 · 3 min readBasic Linux Shell Scripting .What is Kernel: The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell: A shell is a special user program that provides an interface for users to use oper...00
PYPratibha Yedleinpratibhadevops.hashnode.dev·Mar 24, 2023 · 4 min readBasic Linux Commands (Part-2)Task: What is the Linux command to To view what's written in a file? cat: The "cat" command in Linux is short for "concatenate," and it is used to display the contents of a file in the terminal window. It can also be used to create, copy, and conca...00
PYPratibha Yedleinpratibhadevops.hashnode.dev·Mar 20, 2023 · 3 min readIntroduction to DevOpsWhat Is DevOps? DevOps is an approach to working that emphasizes the quick, incremental, and continuous delivery of products. The term DevOps combines the words "development" and "operations." In practice, it's a union between the development and ope...01S
PYPratibha Yedleinpratibhadevops.hashnode.dev·Mar 19, 2023 · 3 min readBasics of LinuxHistory of Linux Linux came from a Unix family, Linux is a free and open-source software operating system, which was developed by Linus Torvalds in September 1991. In 1991, when Linus Torvalds was a student at the University of Helsinki, Finland, USA...00