Nikunj Vaishnavdevcloudjourney.hashnode.dev路Jun 29, 2024The Essential Guide to Using Linux Crontab for Task AutomationIntroduction to Crontab In the fast-paced world of technology, automation is key to maintaining efficiency and reducing the burden of repetitive tasks. For Linux users, crontab is a powerful tool that provides a straightforward way to schedule script...LinuxCrontab
Ajit Fawadeblog.ajitfawade.com路Jul 18, 2023Mastering Essential Linux Commands for DevOps | Day 3 of 90 Days of DevOps Journey 馃殌馃捇Introduction Welcome back to my DevOps learning journey! Today, we're diving deeper into essential Linux commands that will skyrocket our efficiency and automation skills, particularly in file operations. These commands are fundamental to DevOps succ...19 likes路80 reads90DaysOfDevOpsDevops
Adinath Salunkesalunkeadinath.hashnode.dev路Apr 17, 2023Day 3 Task: Basic Linux CommandsTo view what's written in a file. To change the access permissions of files. To check which commands you have run till now. To remove a directory/ Folder. To create a fruits.txt file and to view the content. Add content in devops.txt (One in eac...43 readslinux for beginners
Kennis Josephwreck.hashnode.dev路Feb 8, 202350 Linux CommandsThis is a list of 50 useful Linux commands that you will love!! ls - list directory contents cd - change directory pwd - display current working directory mkdir - make a new directory rmdir - remove an empty directory touch - create a new empty...61 readsWeMakeDevs