#90daysofdevopschallenge
Read more stories on Hashnode
Articles with this tag
Challenge Description Your task is to create a bash script that takes a directory path as a command-line argument and performs a backup of the...
Tasks Create Directories Using Shell Script: Write a bash script createDirectories.sh that, when executed with three arguments (directory name,...
What is Kernel? Kernel is a fundamental program that acts as the core of an operating system (OS). It's the bridge between the physical hardware of...
Task: What are the Linux commands to View the content of a file and display line numbers. cat -n <filename> Change the access permissions of...
ls -l -- list the files and directories in long list format with extra information ls -a -- list all including hidden files and directory ls *.sh --...
What is DevOps? DevOps: A Deep Dive into Streamlined Software Delivery DevOps, a philosophy and practice born from the need to bridge the gap between...