Let's Hands on the Linux for the Devops
Now in this article, we are going to learn the commands that are going to be daily used for the DevOps journey.
To view what's written in a file.
cat filename
To change the access permissions of files.
Chmod 700 filename or you can give permissio...
utkarshpathak.hashnode.dev1 min read