[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: daemon user naming scheme



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


Reply to: