ABaditya bhagatinblogwithadi.devops·Jul 9, 2023 · 4 min readBasic Linux Shell Scripting for DevOps Engineers.* background information 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 ...00
ABaditya bhagatinblogwithadi.devops·Jul 7, 2023 · 3 min readBasic Linux Commands* Task: What is the Linux command to 1. To view what's written in a file. cat filename ubuntu@ip-172-31-23-252:~$ cat java Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation...00
ABaditya bhagatinblogwithadi.devops·Jul 7, 2023 · 3 min readBasic Linux commands:-mkdircreate a directory ubuntu@ip-172-31-23-252:~$ mkdir ubuntu1 ubuntu@ip-172-31-23-252:~$ ls ubuntu1 touchcreate a file ubuntu@ip-172-31-23-252:~$ touch file{1..5} ubuntu@ip-172-31-23-252:~$ ls file1 file2 file3 file4 file5 lslists the cont...00
ABaditya bhagatinblogwithadi.devops·Jul 7, 2023 · 2 min readIntroduction about LinuxA. what is DevOps:= DevOps is part of the software development process. DevOps is a collaboration between DEVlpoment and OPerationS Development Department to work on designing the product, changing, fixing the bug, coding and developing. Operatio...00