#shell-script
Read more stories on Hashnode
Articles with this tag
Day 7 : 90Days of DevOps Challenge · What is a package manager in Linux? In Linux, a package manager is a software tool that helps users to find,...
Day 6 : 90Days of DevOps Challenge · In Linux, file permissions refer to the settings that determine who can read, write, or execute a file or directory....
Day 5 : 90Days of DevOps Challenge · Advanced Linux Shell Scripting for DevOps Engineers covers a wide range of topics, including : Automating System...
Day 3 : 90Days of DevOps Challenge · To view what's written in a file. -> you can use the "cat" command in Linux. Syntax : cat [file] Example : If...