#linux
Read more stories on Hashnode
Articles with this tag
Real Life Script Accessing Data from a file Create a 1st script that will pull errors from a file. Create 2nd script that will format the output of...
Other If Statement If the output is either Monday or Tuesday if [ "$a" = Monday ] || [ "$a" = Tuesday ] Test if the error.txt file exist and its...
Basic Shell Scripting First Script Run Basic Tasks Run Basic Administration Tasks Defining Variables Input=Output Conditional/If else...
Welcome to Scripting Standards In this Section? Script Naming Convention. Script File Permissions. Shell Script Format. Sequence of Script...
Linux Kernel What is Kernel? Interface between hardware and software Operating System consist of Shell and Kernel Software consist of Shell and...
👉What is Docker Compose? What is Docker Compose used for? What is difference between docker and docker compose? Where to download docker compose?...