Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2000 15:49:13 +0200 (CEST)
From:      Paul Herman <pherman@frenchfries.net>
To:        ganizani <ganizani@malawi.net>
Cc:        freebsd-isp@FreeBSD.ORG, Randall Gellens <randy@qualcomm.com>, freebsd-questions@FreeBSD.ORG, qpopper@lists.pensive.org
Subject:   Re: Can't POP mail
Message-ID:  <Pine.BSF.4.21.0007151547150.231-100000@bagabeedaboo.security.at12.de>
In-Reply-To: <000501bfee62$b9f04440$03000004@sysanalyst.galaxy>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 15 Jul 2000, ganizani wrote:

> Could someone provide a script that could rectify this problem for me. i.e.
> set the ownership of each
> /var/mail/user to user.

for user in `ls`; do chown $user $user; done

You will probably see many other ways to do this... so let the chown
competition begin!  :)

-Paul.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007151547150.231-100000>