Day 3 - Linux Commands for devops
Task: What is the linux command to
To view what's written in a file.The cat command in Linux is used to concatenate and display the contents of files.
cat <filename>
Example:
To change the access permissions of files.
The chmod command in Linux is ...
vshivde.hashnode.dev3 min read