Re: Need to change guids and uids

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jeremy C. Reed
Date:  
To: Mark Phillips, Main PLUG discussion list
CC: Michael Garfias
Subject: Re: Need to change guids and uids
On Fri, 27 Jan 2006, Mark Phillips wrote:

> The find command will change the /proc/xxxx files as well. How do I prevent
> that?


man find

Try:

-mount
or
-xdev
to not descend into other filesystems

or

-fstype ext3 # or your correct file system type

or you can pipe find output into grep and exclude proc and then pipe into
xargs to run your chown command.

(I almost missed your reply. Maybe add a blank line above and below your
reply so it doesn't appear to be mixed in with previous email.)

Jeremy C. Reed

                 Low cost press releases
                http://www.reedmedia.net/
---------------------------------------------------
PLUG-discuss mailing list - 
To subscribe, unsubscribe, or to change  you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss