Re: guid and uid of users..

1997-06-23 Thread Pete Harlan
> i'm planning to convert a couple of users to a specific uid and guid. I > have specified it in my passwd file. Since i have to chown the the users > subdirectory by hand... could anybody suggest an awk or perl script(have > yet to learn it...) to do it en masse? I wrote a perl script that conver

Re: guid and uid of users..

1997-06-22 Thread A. M. Varon
On Sun, 22 Jun 1997, A. M. Varon wrote: > i'm planning to convert a couple of users to a specific uid and guid. I > have specified it in my passwd file. Since i have to chown the the users > subdirectory by hand... could anybody suggest an awk or perl script(have > yet to learn it...) to do it en

Re: guid and uid of users..

1997-06-22 Thread A. M. Varon
On 22 Jun 1997, Rob Browning wrote: > > i'm planning to convert a couple of users to a specific uid and guid. I > > have specified it in my passwd file. Since i have to chown the the users > > subdirectory by hand... could anybody suggest an awk or perl script(have > > yet to learn it...) to do it

Re: guid and uid of users..

1997-06-22 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > You can scan your entire filesystem for all the files they own with > > find / -uid Oops, that should be find / -uid their-uid -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-ma

Re: guid and uid of users..

1997-06-22 Thread Rob Browning
"A. M. Varon" <[EMAIL PROTECTED]> writes: > i'm planning to convert a couple of users to a specific uid and guid. I > have specified it in my passwd file. Since i have to chown the the users > subdirectory by hand... could anybody suggest an awk or perl script(have > yet to learn it...) to do it e

guid and uid of users..

1997-06-22 Thread A. M. Varon
i'm planning to convert a couple of users to a specific uid and guid. I have specified it in my passwd file. Since i have to chown the the users subdirectory by hand... could anybody suggest an awk or perl script(have yet to learn it...) to do it en masse? regards, =-=-=-=-=-=