<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/1.1.7">
</HEAD>
<BODY>
On Thu, 2003-01-30 at 20:15, Carl Haddick wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373" SIZE="3"><I>Seems like a nice scripting exercise if you want to automate the
process, but be careful on a live system.
</I></FONT></PRE>
</BLOCKQUOTE>
That was my problem in the first place. <IMG SRC="cid:1043981397.1402.69.camel@linux.private.net" ALIGN="middle" ALT=";)" BORDER="0"><BR>
<BR>
I've come up with <BR>
find . -type f | xargs ls -lart | egrep "^\-r\-" | awk '{print $9}'<BR>
<BR>
and that seems to mostly work. <BR>
<BR>
the <BR>
<FONT SIZE="3"><TT>find /home ! -perm +222 <BR>
seems like it worked on my Linux box, but it didn't work <BR>
on my Solaris 2.6 box ( where I hosed up the stuff ) <BR>
<BR>
jack</TT></FONT>
<PRE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Jack Snodgrass <<A HREF="mailto:jack+ntlug@mylinuxguy.net">jack+ntlug@mylinuxguy.net</A>>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>