MMukeshinmukeshdevops.hashnode.dev·May 8, 2023 · 5 min readSome important commands in Linuxwhat is / in linux ? In Linux, / (forward slash) is the root directory of the file system. All other directories and files are located under the root directory, and it serves as the starting point of the file system hierarchy. The / is used to separa...00
MMukeshinmukeshdevops.hashnode.dev·Apr 20, 2023 · 6 min readAdvanced Linux Shell Scripting for DevOps Engineers with User management-Day 51.Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of direct...00
MMukeshinmukeshdevops.hashnode.dev·Apr 18, 2023 · 7 min readBasic Linux Shell Scripting for DevOps Engineers-Day 4 :What is Kernel? In the context of computer operating systems, a kernel is a central component that manages the system's resources and provides services to applications and other system components. It is a layer of software that acts as an interface b...00
MMukeshinmukeshdevops.hashnode.dev·Apr 17, 2023 · 9 min readBasic Linux Commands-DAY 3To view what's written in a file. In Linux, you can use the "cat" command to view the contents of a file. To use the "cat" command, open a terminal and type the following command: cat filename Replace "filename" with the name of the file that you ...00
MMukeshinmukeshdevops.hashnode.dev·Apr 16, 2023 · 11 min readBasic Linux commandsWhat is Linux? Linux is a free and open-source operating system that was originally developed by Linus Torvalds in 1991. It is based on the Unix operating system and is known for its stability, security, and flexibility. Linux is used by millions of ...00