> 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
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
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
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
"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
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,
=-=-=-=-=-=
6 matches
Mail list logo