Day 3: Basic Linux Commands
Tasks:
1) To view what is written in file
Arunima@DESKTOP-JETUU7R MINGW64 /e/devops-handson/90days/day3 (master)
$ echo "Learning devops.." >task.txt
Arunima@DESKTOP-JETUU7R MINGW64 /e/devops-handson/90days/day3 (master)
$ cat task.txt
Learning devo...
arunimadas18.hashnode.dev2 min read
Anshuman sahu
Hi Arunima on 2) article you run chmod 765 task.txt This should change the access to rwx rw- r-x But it stays same when you run ls -l task.txt again