Day 3 of 90DayOfDevOps Challenge
Task: What is the Linux command to solve the below questions?
To view what's written in a file.
cat file1.txt
To change the access permissions of files.
chmod 777 file1.txt
To check which commands you have run till now.
history
To remove...
asmatechuniverse.hashnode.dev1 min read