Day3 - Basic Linux Commands
Mar 21, 2023 · 1 min read · #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...
Join discussion


















