Date: Thu, 31 Oct 1996 10:05:55 -0500 From: Garrett Wollman <wollman@lcs.mit.edu> To: sthaug@nethelp.no Cc: freebsd-security@freebsd.org Subject: Re: /etc/security Message-ID: <9610311505.AA19105@halloran-eldar.lcs.mit.edu> In-Reply-To: <1244.846746338@verdi.nethelp.no> References: <199610310048.KAA23155@s5.elec.uq.edu.au> <1244.846746338@verdi.nethelp.no>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Thu, 31 Oct 1996 08:18:58 +0100, sthaug@nethelp.no said: >> checking setuid files and devices: >> find: /doscopy/sb16/pro_org/i'vebeen.org: illegal path >> find: /doscopy/sb16/pro_org/she'llbe.org: illegal path The best way to deal with this is probably using the `-print0' primary to `find' and using a `perl -n0' script to process the results, like: find ..... -print0 | perl -n0e 'exec "/bin/ls", "-lFgod", <>;' -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, ANA, or NSA| - Susan Aglukark and Chad Irschick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9610311505.AA19105>