Day-03
Basic Linux commands (Solving questions):
To view what's written in a file:
"Cat" is the command used to view the contents of the file.
cat <path_of_file>
To change the access permissions of files:
Any file or directory has the permission as f...
my-devops-challenge.hashnode.dev2 min read