#linux
Read more stories on Hashnode
Articles with this tag
1. File and Directory Commands COMMANDMEANINGEXAMPLE & SYNTAXls (list all directories)Lists all the files and directories inside the current directory...
Task: What is the linux command to To view what's written in a file. $ cat <filename.txt> To change the access permissions of files. $ sudo...