#Day3 of 90daysdevops
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...
kalpeshdevops.hashnode.dev2 min read