Day3: Linux Commands.
To view what's written in file:
cat is used to show the content of the file on the terminal.
chmod is used to change the access permissions of files in a directory.
history is used to check which commands you have run till now.
rm -rf <filename> i...
arslanaltaf.hashnode.dev1 min read