Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to find all executables with an "inofficial" group id
Date: Wed, 21 Oct 2009 08:56:31
Message-Id: 200910211055.28958.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] how to find all executables with an "inofficial" group id by Helmut Jarausch
1 On Wednesday 21 October 2009 10:53:45 Helmut Jarausch wrote:
2 > Hi,
3 >
4 > does anybody know a simple method to find all executables with a group
5 > id which is not mentioned in /etc/group?
6 >
7 > Once an executable with a group id which used to be 'fcron' but isn't
8 > anymore, broke one of my systems.
9 > Now, I suspect a similar problem on another machine.
10 >
11 > Otherwise I have to write a tiny Python script to do that.
12
13 find / -type f +perm 111 -nogroup
14
15 --
16 alan dot mckinnon at gmail dot com