Basic Linux Commands
Here are some basic linux commands which can get you started.
View contents of a file.
Command: cat <filename>
for eg. cat day3.sh
Change access permissions of file.
To understand file permissions we need to understand what all groups are pres...
chaitrali.hashnode.dev2 min read