cmd/useradd: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{hdr/command/linux}}
{{hdr/command/linux}}
==Basics==
==Basics==
[[useradd]] is a low-level command for adding new users to a [[Linux]] system. In [[Debian]]-based distributions, there is a higher-level [[adduser]] command.
{{l/cmd|useradd}} is a low-level command for adding new users to a [[Linux]] system. In [[Debian]]-based distributions, there is a higher-level {{l/cmd|adduser}} command.
* {{l/manpage}} for this system
* {{l/manpage}} for this system
==Archive==
==Archive==
* [[/archive/Red Hat Fedora Core 4]]: 2005 transcription of FC4 manpage
* [[/archive/Red Hat Fedora Core 4]]: 2005 transcription of FC4 manpage

Latest revision as of 22:51, 13 November 2022

<hide> page type::reference thing type::command platform::Linux </hide>

Basics

useradd is a low-level command for adding new users to a Linux system. In Debian-based distributions, there is a higher-level adduser command.

Archive