Mailinglist Archive: opensuse (5100 mails)
| < Previous | Next > |
Re: [SLE] UID changes in 9.1
- From: Michael Satterwhite <michael@xxxxxxxxxxx>
- Date: Sun, 27 Jun 2004 11:26:12 -0500
- Message-id: <200406271126.12258.michael@xxxxxxxxxxx>
On Sunday 27 June 2004 10:53, Alexandr Malusek wrote:
> Michael Satterwhite <michael@xxxxxxxxxxx> writes:
> > Does anyone know a way to (a) change the UID of my existing user
>
> Change the UID in /etc/passwd.
>
> > and (b) globally change the UID of the files created by my user
> > under 9.1.
>
> # find / -uid 1000 -print0 | xargs -0 chown 500
I used find with an exec command to fix it. I like your solution, too; I'm
going to play with it a bit. Thanks for the help.
> Michael Satterwhite <michael@xxxxxxxxxxx> writes:
> > Does anyone know a way to (a) change the UID of my existing user
>
> Change the UID in /etc/passwd.
>
> > and (b) globally change the UID of the files created by my user
> > under 9.1.
>
> # find / -uid 1000 -print0 | xargs -0 chown 500
I used find with an exec command to fix it. I like your solution, too; I'm
going to play with it a bit. Thanks for the help.
| < Previous | Next > |