Day 3 : DevOps ❤️
Let's Discuss some more questions on Linux
To view what's written in a file.
cat file_name
Change the access permissions of files to make them readable, writable, and executable by the owner only.
chmod 700 file_name
permission_code ...
umangpincha.hashnode.dev2 min read