Linux commands for DevOps (Practice commands used in day-to-day activities)
#DAY3 Of #90daysOfDevOps
Task: What is the Linux command to-
To view what's written in a file.
cat [filename]
To change the access permissions of files - done by using "chmod" Command.
In linux there are three permission of every file i.e. read(r),...
ayushi1503.hashnode.dev2 min read