Quantcast
You are not logged in, click here to log in.

This Question is Answered

1 "correct" answer available (4 pts) 1 "helpful" answer available (2 pts)
3 Replies Last post: Jul 18, 2008 6:53 AM by jpmm  
Click to view jpmm's profile New Member 97 posts since
Nov 24, 2005
Reply

Jul 16, 2008 12:14 PM

_www user

How can I add the _www (hidden) user to my Sharing & Permissions?

I have a local Web server running to test Web development. Some folders need write access. I would rather not grant "Read & Write" to "Everyone" if possible, but I can't seem to get _www user added (which is the hidden user Leopard uses).

I am sure this can be done through Terminal, if someone could help me out with the syntax, that would be great!

Thanks,
Jim.
Reply
Click to view jwk's profile New Member 44 posts since
Sep 30, 2001
2. Jul 17, 2008 8:34 PM in response to: jpmm
Re: _www user
This is very easy to do with the freeware app BatChmod.

You can also just make the group of your file or folder _www using the terminal using:

sudo chgrp _www file/foldername
(you need sudo since you're not a member of that group)

You can then chmod or use the get info window to add write privileges.

jwk