Re: Need to change guids and uids

Página Inicial
Anexos:
Mensagem como email
+ (text/plain)
Delete this message
Reply to this message
Autor: Jeremy C. Reed
Data:  
Para: Mark Phillips, Main PLUG discussion list
CC: Michael Garfias
Assunto: 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