[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How can some user ID be modified?
- From: Robert Napier <rnapier cisco com>
- To: redhat-list redhat com
- Subject: Re: How can some user ID be modified?
- Date: Tue, 8 Dec 1998 11:44:42 -0500
Modify /etc/passwd to change the uid (you may be able to do this with
linuxconf, I've never tried changing ids that way).
Then you need to fix up all the files that romildo owns. If they're
all in ~romildo, it's easy:
chgrp -R romildo ~romildo
Otherwise, you could do a find:
find / -uid 500 -print | xargs chgrp romildo
(I haven't tested the above find, but it should work)
Rob
On Tue, Dec 08, 1998 at 01:50:16PM -0200, José Romildo Malaquias wrote:
> Would someone tell me how can I change the user ID for a user
> on a RedHat Linux system. The user romildo has ID=500 and now
> I want it to ve 208.
>
> Thanks.
>
> José Romildo Malaquias - romildo iceb ufop br
>
>
--
Rob Napier <rnapier cisco com> -- Build Integration Group
+=========================================================================+
PS: if you try to understand NET-GetURL your head will explode.
-- Jamie Zawinski on mozilla.general (as quoted by www.pcquest.com)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]