#linux-file-permissions
Read more stories on Hashnode
Articles with this tag
after creating a file and doing ls -ltr, it has -rw-r--r--. after doing chmod +777 test.txt, it has -rwxrwxrwx. The file permissions are given to a...