I'm trying to change the permission of a test file on my Mac using the command chmod. Everything is ok except for the user permission that doesn't change. How can I fix the problem? I have already tried with sudo command but nothing...
Here I have all the permission set
-rwxrwxrwx 1 filippobologna staff 12 7 Mar 22:31 provetta Then I try to remove it all:
chmod 000 provetta (base) filippobologna@MBP-di-Filippo Desktop % ls -lt total 8 -rw------- 1 filippobologna staff 12 7 Mar 22:31 provetta Everything is ok except for the user's permission. Have you any idea how to resolve it?
8 Reset to default