Kalpesh Sarodekalpeshdevops.hashnode.dev·Mar 23, 2023#Day3 of 90daysdevopsBasic 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...2 likes·39 reads#shubhamLondhe