Need to change guids and uids
Jeremy C. Reed
reed at reedmedia.net
Fri Jan 27 18:12:19 MST 2006
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/
More information about the PLUG-discuss
mailing list