Date: Sat, 1 Nov 1997 15:15:36 +0000 From: njs3@doc.ic.ac.uk (Niall Smart) To: Brandon Gillespie <brandon@roguetrader.com>, freebsd-hackers@freebsd.org Subject: Re: Suggested addition to /etc/security Message-ID: <E0xRfGy-0003jZ-00@oak67.doc.ic.ac.uk> In-Reply-To: Brandon Gillespie <brandon@roguetrader.com> "Suggested addition to /etc/security" (Oct 30, 10:18am)
next in thread | previous in thread | raw e-mail | index | archive | help
On Oct 30, 10:18am, Brandon Gillespie wrote: } Subject: Suggested addition to /etc/security > I'm not sure if /etc/security is a good place for it, but I think it would > be a good idea to add this check (at least once a week) to somewhere: > > ------------------------------------------------- > echo "checking for invalid user or group ids:" > > find / -nouser -nogroup > ------------------------------------------------- Shouldn't this be "find / -nouser -o -nogroup -print"? Niall
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0xRfGy-0003jZ-00>