Re: Re: Finding all user files

2006-09-18 Thread JaMiElEiGh2oo2
hello brian

Re: Finding all user files

2000-04-05 Thread Brad
On Tue, Apr 04, 2000 at 10:06:53AM +0200, Stephan Engelke wrote: > Brian Clark writes: > > > > Can someone show me a way that I can find all files on a system belonging > > to a specific user or group on a given system? > > Long answer: find / -group -print > Long answer: find / -user-p

Re: Finding all user files

2000-04-04 Thread Oswald Buddenhagen
look at "man find" - it won't give false positives (in contrast to the grep with a user name). > > I tried 'ls -alR | grep ' where is the login name of that > user. It is simple and silly. If anyone knows anything else just let me > learn. > > > Can someone show me a way that I can find all fi

Re: Finding all user files

2000-04-04 Thread Tolga KILICLI
I tried 'ls -alR | grep ' where is the login name of that user. It is simple and silly. If anyone knows anything else just let me learn. regards, tk. On Tue, 4 Apr 2000, Brian Clark wrote: > > Greetings, > > Can someone show me a way that I can find all files on a system belonging > to a s

Re: Finding all user files

2000-04-04 Thread Brian Clark
Stephan Engelke said: >Hi, > >Brian Clark writes: >> >> Can someone show me a way that I can find all files on a system belonging >> to a specific user or group on a given system? > >Short answer: man find :-) > >Long answer: find / -group -print >Long answer: find / -user-print > >> I

Re: Finding all user files

2000-04-04 Thread Stephan Engelke
Hi, Brian Clark writes: > > Can someone show me a way that I can find all files on a system belonging > to a specific user or group on a given system? Short answer: man find :-) Long answer: find / -group -print Long answer: find / -user-print > I've tried to find this out on my ow

Finding all user files

2000-04-04 Thread Brian Clark
Greetings, Can someone show me a way that I can find all files on a system belonging to a specific user or group on a given system? I've tried to find this out on my own, but I'm having trouble figuring out what it is exactly that I'm looking for. :-) Thanks, Brian