adduser
Quick Reference
Command Name:
adduser
Category:
file management
Platform:
Linux/Unix
Basic Usage:
Common Use Cases
- 1
User account creation
Create new user accounts with proper home directories and settings
- 2
System administration
Add users to the system with appropriate permissions and groups
- 3
Multi-user setup
Set up user accounts for shared systems or servers
- 4
Service account creation
Create dedicated accounts for running specific services
Syntax
adduser [OPTION]... [FILE]...
Options
| Option | Description |
|---|---|
-l |
Use a long listing format |
-a |
Show hidden entries starting with . |
-h |
Human-readable sizes |
-R |
List subdirectories recursively |
Examples
How to Use These Examples
The examples below show common ways to use the adduser command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.