Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!uwmcsd1!marque!uunet!auspex!guy
From: guy@auspex.UUCP (Guy Harris)
Newsgroups: comp.unix.wizards
Subject: Re: Mounting floppies
Message-ID: <546@auspex.UUCP>
Date: 30 Nov 88 19:48:34 GMT
References: <129@minya.UUCP> <8800002@gistdev> <5682@louie.udel.EDU> <348@mikros.systemware.de>
Reply-To: guy@auspex.UUCP (Guy Harris)
Organization: Auspex Systems, Santa Clara
Lines: 7

>BTW: You not only have to look for suid-files, but also for special
>device files!

Note that "ncheck", both on S5R3 and 4.3BSD, has a "-s" flag to do
precisely those checks (it may do so on other UNIX versions as well); I
suspect it may do so faster than, say, "find".  You may be able to use
it, rather than writing your own code to do it....