Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

chmod 000 permission macOS

Writer Olivia Zamora

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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy