#90daysOfDevops
Day 3 Task: Basic Linux Commands
Task: What is the linux command to
To view what's written in a file.
cat filename
To change the access permissions of files.
chmod 777 filename
Permission | Provide permissionread | add 4write | add 2execute | a...
90daysofdevops.hashnode.dev2 min read