Linux commands for DevOps
To view what's written in a file.
cat :- cat command is used to view the contents of a file.
syntax: cat <file_name>
To change the access permissions of files.
chmod:- Change the permission of a file or directory.
syntax: chmod parameter <file...
learning-ocean.hashnode.dev3 min read