Difference between revisions of "cmd/adduser"
< cmd
Jump to navigation
Jump to search
(Created page with "{{hdr/command/linux}} ==Basics== usermod is a command for creating users on a Debian-based system. It is somewhat higher-level than the useradd command. * {{l/manp...") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{hdr/command/linux}} | {{hdr/command/linux}} | ||
| + | [[category:Debian]] | ||
==Basics== | ==Basics== | ||
| − | + | {{l/cmd|adduser}} is a command for creating users on a [[Debian]]-based system. It is somewhat higher-level than the {{l/cmd|useradd}} command. | |
| − | * {{l/ | + | * '''manpages''': [https://manpages.ubuntu.com/manpages/xenial/en/man8/adduser.8.html Ubuntu], [https://linux.die.net/man/8/adduser die.net] |
| + | ==Related== | ||
| + | * {{l/cmd|usermod}} | ||