#linux
Read more stories on Hashnode
Articles with this tag
Linux Commands File Commands ls -lShows file type and access permissionls -aLists hidden files alsols -alLists files and directories detaillypwdShows...
What is Version Control System? A version control system helps you to keep track of your files and the changes made in them. It allows you to revert...
Objectives Understanding how to handle errors in shell scripts is crucial for creating robust and reliable scripts. Today, you'll learn how to use...
Scenario You are a system administrator responsible for managing a network of servers. Every day, a log file is generated on each server containing...
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...
Task 1: Comments In bash scripts, comments are used to add explanatory notes or disable certain lines of code. Your task is to create a bash script...