Search posts, tags, users, and pages
Arunima Das
Devops Enthusiast
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...
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
Thank you Anshuman, I appreciate you bringing it up. I must have missed it. But this is generally how it is done . I'll try to fix the problem and update this page.
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