#Day3 of 90daysdevops
Mar 23, 2023 · 2 min read · Basic Linux commands To view what's written in a file? -->cat <file name> To change the access permissions of files? -->chmod 777 <file name> To check which commands you have run till now? -->History To remove a directory/ Folder? -->rm...
Join discussion