On Sun, 10 Jun 2001, Rainer Duffner wrote:
> > > Oder wie stelle ich es sonst an, dass User nicht in andere $HOMEs
> > > snoopen k\224nnen ?
> > for user in xxx
> > do
> > chmod 700 ~$user
> > done
> Zu Scherzen aufgelegt, was ?
> ;-)
> Und wie kann dann der httpd die public_htmls lesen ?
for user in xxx
do
chgrp httpd ~$user
chmod g+x ~$user
done
(und public_html sollte dann natuerlich entsprechend lesbar sein)
-- Dominik - http://www.brettnacher.org/users/dominik/ To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 10 Jun 2001 - 11:11:58 CEST