Day-3task 90 Days of DevOps challenge
Day 3 Task: Basic Linux Commands
Task: What is the linux command to
1. To view what's written in a file.
Sol : cat "filename"
2. To change the access permissions of files.
chmod 777 foldername
3. To check which commands ...
rishigupta0.hashnode.dev2 min read