could not create profiles directory mac mojave 10.14.6

  • retag add tags

tried to change permissions as recommend in other posts:

$ sudo chown macuser:group ~/.config

and $ ls -la /Users/macuser/.config

-rw-r--r-- 1 macuser group 0 Jan 24 2017 /Users/macuser/.config

But still get the error when launching Wireshark.

kc99's avatar
1
kc99
asked 2021-05-27 16:18:30 +0000
edit flag offensive 0 remove flag close merge delete

Comments

This is a directory and needs the execute bit. Doing chmod 755 /Users/macuser/.config should help.

Stig's avatar Stig (2021-06-08 12:59:56 +0000) edit
add a comment see more comments