Day 3 -Advance Linux commands
To view what's written in a file:-
We can use the "cat" command to view the contents of the file.
To change the access permissions of files
The permission for any file or directory goes like this:-
drwxrwxrwx <username> <groupname> <filename>
d-> Di...
bipulkumar.hashnode.dev2 min read