90 Days of DevOps (Day 3)
Basic Linux Commands (Part 2)
Q1: To view what's written in a file.
cat is a command through which you can review what's written in a file.
Q2: To change the access permissions of files.
chmod 777 the command to change the file's permissions is chmod...
farman.hashnode.dev3 min read