Day-3: Basic Linux Commands ๐ง
Day 3 TASK
Linux Command to view what's written in file.
$ cat file.txt
#content of file will show here.
Linux command to change the access permissions of files.
$ chmod 777 filename
Linux command to check which commands you have run till n...
jaychavda.hashnode.dev2 min read