#90daysofdevops { Day -3}
1. To view what's written in a file:
Command:cat
Syntax:cat filename.txt
Explanation: Displays the entire contents of the specified file on the terminal screen.
2. To change the access permissions of files:
Command:chmod
Syntax:chmod [options] pe...
knikhil.hashnode.dev2 min read