adduser
User addition utility.
=> More information.
- Create a new user with a default home directory and prompt the user to set a password:
adduser {username}
- Create a new user without a home directory:
adduser --no-create-home {username}
- Create a new user with a home directory at the specified path:
adduser --home {path/to/home} {username}
- Create a new user with the specified shell set as the login shell:
adduser --shell {path/to/shell} {username}
- Create a new user belonging to the specified group:
adduser --ingroup {group} {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
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/adduser.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.297874 milliseconds
- Gemini-to-HTML Time
- 0.359561 milliseconds
This content has been proxied by September (ba2dc).