priyanka-devopsblogs.hashnode.devLinux 05Understanding package manager and systemctl Package Manager: A package manager is a tool used in Linux distributions to simplify the process of installing, updating, configuring, and removing software packages. It automates the management of software...Feb 10, 2024·2 min read
priyanka-devopsblogs.hashnode.devLinux 04Create a simple file and do ls -ltr to see the details of the files. Write an article about File Permissions based on your understanding from the notes. #chgrp-to change the owner of the group chmod-used to change access permissions for file/dire...Feb 10, 2024·1 min read
priyanka-devopsblogs.hashnode.devLinux 031.You have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - Example 1: When the script is executed as ./createDirectories.shday 1 90 then it creates 90 directories as day1 day2...Feb 9, 2024·2 min read
priyanka-devopsblogs.hashnode.devLinux 021.what is shell scripting for devops Shell scripting in DevOps is like having a toolbox full of handy shortcuts for automating tasks in software development and operations. It's about writing scripts using shell languages like Bash to streamline proc...Feb 6, 2024·2 min read
priyanka-devopsblogs.hashnode.devLinux Basics#1.To view what's written in a file #2. change the access permissions of files. # 3.check which commands you have run till now. #4.To remove directory or file 5.create a file and view the content . #6.Add content in devops.txt (One in each lin...Feb 5, 2024·1 min read