Day3 - Basic Linux Commands
#Day3 of #90DaysOfDevopsChallenge 1. To view what's written in a file Ans :- cat file_name To change the access permissions of files. Ans :- chmod 777 file_name To check which commands you have run till now. Ans :- history To remove a dire...
Mar 21, 20231 min read75
