#linux-basics
Read more stories on Hashnode
Articles with this tag
Error Handling in Shell Scripting π Checking Exit Status β : Use $? to capture the exit status of the last command. If itβs not zero, handle the...
The "Shell Scripting Challenge: Directory Backup with Rotation" typically refers to a task where you create a shell script that performs backups of a...
Task 1 : Install Docker and Jenkins: Install Docker and Jenkins on your system from your terminal using package managers.Update the package list and...
Managing file and directory access is a crucial aspect of Linux system administration. At the heart of this management lie file permissions and Access...
Advanced shell scripting Β· Day 6 focuses on advanced shell scripting techniques specifically for DevOps engineers. The key topic is user management in...
Day 1: "Mastering the Command Line: Essential Linux Commands for Everyone" Β· Task 1: Comments: A comment is a piece of text in a program or script that...