Basic Linux Commands (Part-2)
Task 3 of #90daysofdevops challenge
What are the Linux commands
To view what's written in a file.
cat <file_name> :- to print standard output from file.
cat <operator> <file_name> :- to print the file with the content.
To change the access permis...
akash-zade.hashnode.dev2 min read