Mailinglist Archive: opensuse (5100 mails)
| < Previous | Next > |
Re: [SLE] UID changes in 9.1
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: Sun, 27 Jun 2004 17:53:20 +0200
- Message-id: <86oen5hua7.fsf@xxxxxxxxxxxxxxxxx>
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 suggest you test it first.
--
A.M.
> 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 suggest you test it first.
--
A.M.
| < Previous | Next > |