Moiz Asifmoiz-journeytodevops.hashnode.dev·Jul 30, 2023Day 3: Hands-on LinuxTo view what's written in a file. cat <file_name> To change the access permissions of files. chmod <permissions> <file_name> To check which commands you have run till now. history To remove a directory/ Folder. rmdir <directory_name> ...Basic linux commands
Ankush Aglaweankushaglawe.hashnode.dev·Apr 14, 2023#Day3: Basic Linux Commands - Part2What is the Linux command to: To view what's written in a file. To change the access permissions of files. To check which commands you have run till now. To remove a directory/ Folder. To create a fruits.txt file and to view the content. Add co...Linux