-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

userdel


> Remove a user account or remove a user from a group.

> See also: `users`, `useradd`, `usermod`.

More information.


Remove a user:

sudo userdel {username}

Remove a user in other root directory:

sudo userdel --root {path/to/other/root} {username}

Remove a user along with the home directory and mail spool:

sudo userdel --remove {username}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:35:24 2024