Basic Linux Commands-2
cat {filename} - used to view what's written in a file.
chmod {filename} - used to change the access permissions of files.
history - to check which commands you have run till now
rmdir directory/ - removes the directory/ folder.
touch fruits.txt ...
awshelpinghand.hashnode.dev1 min read