This is on macOS Mojave. I tried to get the size of directories by using
du -csh */
in my home directory. But the directory Library
was giving Operation not permitted
. So I used sudo
to do it, and it was the same thing.
Then I did
ls -l Library
and saw
drwx------+ 35 peter staff 1120 Mar 11 10:12 Logs/
drwx------@ 3 peter staff 96 Mar 18 2014 Mail/
What does the @
and +
mean? The Logs
actually allowed access but not Mail.