#devops
Read more stories on Hashnode
Articles with this tag
Permissions in LINUX In Linux, file permissions play a crucial role in maintaining the security of the system. File permissions determine who can...
Advance Linux Scripting Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name...
Shell scripting in LINUX What is Shell Scripting? It is a set of commands written in an executable file to automate any task. The commands are...
Linux(Solving Questions) To view what's written in a file. We can use the "cat" command to view the contents of the file. cat <path_of_file> To...
- What is DevOps DevOps is the combination of development(Dev) and operations(Ops). It Improves collaboration and communication between development...