AVAkash Vandreinakashvandre.hashnode.dev·Mar 26, 2023 · 1 min readBasic Linux shell-scriptingwhat 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 special user program which provide an interface to user to use operat...00
AVAkash Vandreinakashvandre.hashnode.dev·Mar 25, 2023 · 2 min readLinux basic commands (Part - 2)To view what's written in a file. cat command will list out the file contents, once you execute cat with the filename you want to read. To change the access permissions of files/folders. To change the access permissions of files/folders. I...00
AVAkash Vandreinakashvandre.hashnode.dev·Mar 24, 2023 · 1 min readLinux basic commandsls - Lists the files and directories in the current directory. pwd - Show present working directory. cd - Changes the current directory. For example, cd ubuntu/ would change the current directory to cd ubuntu/. mkdir - Creates a new director...00
AVAkash Vandreinakashvandre.hashnode.dev·Mar 23, 2023 · 3 min readIntroduction to DevOpsI'm excited to share that I've taken up the 90-day challenge to acquire expertise in DevOps with the help of Trainwithshubham. The DevOps Zero to Hero Master's Program offered by him is an excellent opportunity to prepare oneself for a career and gro...00