Advanced Linux Shell Scripting for DevOps Engineers with User management
🌀Task 1: Bash Script to Create Dynamic Directories.
Example 1:
Creates 90 directories as day1 day2 day3....day90 using loop
The +x option specifically sets the execute permission on a file, allowing it to be run as a program.
Run the ./createDirect...
mohammadwithdevops.hashnode.dev3 min read