deepa sahadeepa130.hashnode.dev·Apr 11, 2023Day 3 Task: Basic Linux Commands▶ To view what's written in a file. Cat <Filename.txt> ▶ To change the access permissions of files. chmod 777 <Filename.txt> ▶ To check which commands you have run till now. History ▶ To remove a directory/ Folder. rm -r <File name.txt/Directory ...1 like·54 reads#Task3:basic linux command