#devops
Read more stories on Hashnode
Articles with this tag
Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You should know what all...
Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be...
1) What is Python? Python is Open source, general purpose, high-level, and object-oriented programming language. Guido van Rossum developed...
1)What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure and...
Create a simple file and do ls -ltr to see the details of the files In Linux, there are three types of owners for a file. User - The user permissions...
Write a bash script createDirectories.sh. When the script is executed with three given arguments (directory name, start number and end number) it...