ABAdfar Bandayindevopssssss.hashnode.dev·Mar 7, 2024 · 3 min readBasic Linux Shell Scripting for DevOps .What is the Kernel? Imagine the kernel as the conductor of an orchestra. It's the core program of an operating system, responsible for managing hardware resources, memory allocation, and communication with various devices. It has complete control ove...00
ABAdfar Bandayindevopssssss.hashnode.dev·Feb 29, 2024 · 1 min readLinux commandsTo view what's written in a file: bashCopy codecat filename To change the access permissions of files: bashCopy codechmod permissions filename To check which commands you have run till now: bashCopy codehistory To remove a directory/Folder: ...00
ABAdfar Bandayindevopssssss.hashnode.dev·Feb 26, 2024 · 1 min readLinux Commands.Basic linux commands Listing commands ls option_flag arguments --> list the sub directories and files avaiable in the present directory Examples: ls -l--> list the files and directories in long list format with extra information ls -a --> list all ...00
ABAdfar Bandayindevopssssss.hashnode.dev·Feb 24, 2024 · 2 min readWhat is Devops?DevOps, short for Development and Operations, is a software development methodology that aims to unify software development (Dev) and IT operations (Ops). It emphasizes collaboration, communication, automation, and integration between software develo...00