lkml.org 
[lkml]   [1998]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: OFFTOPIC: Re: hardlinks.... sucks... ;-(
On Wed, 7 Jan 1998, Mitch Davis wrote:

> Albert D. Cahalan wrote:
> >
> > > Try something a bit like one of the following:
> > >
> > > find / -user 1234 -print | xargs chown 4321
One can use also:
find / -user 1234 -print0 | xargs -0 chown 4321
(That should solve the problem with spaces, etc.)

Andreas



\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.131 / U:0.464 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site