Hi,

PICCA Frederic-Emmanuel:
> I would like to rename the system user tango -> _tango
> But I do not know how to do this rename properly :((
> 
Fake it.

UID=$(id -u tango)
GID=$(id -g tango)
deluser tango
adduser tango --uid $UID --gid $GID

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140826171050.ga21...@smurf.noris.de

Reply via email to