Reputation: 103
I've messed up my Apache web server folder settings; what's the CHOWN command I'd use to restore owners & permissions back to the default?
Upvotes: 2
Views: 1243
Reputation: 692
On my Mac:
chown -R root:wheel /etc/apache2
Upvotes: 3