could not create profiles directory mac mojave 10.14.6

asked 2021-05-27 16:18:30 +0000

kc99 gravatar image

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.

edit retag flag offensive close merge delete

Comments

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

Stig gravatar imageStig ( 2021-06-08 12:59:56 +0000 )edit