How to create or add a user on Linux
it:Come creare o aggiungere un utente su Linux
pt:Como criar ou adicionar um usuário no Linux
es:Cómo crear o agregar un usuario en Linux
fr:Comment créer ou ajouter un utilisateur sur Linux
This article has been created by an automatic translation software. You can view the article source here.
-- Demolin.maxime51140c2b4b (newsgroups) 2 June 2016 à 16:22 (CEST )Demolin 02/06/2016
Introduction
We will see how to create or add a user or group on Linux,
'XXX.XXX. X.XX' corresponds to IP address .
'root' will correspond to the default user with all rights.
'foo' will correspond to the the name of the future account.
'group' will correspond to the name of the future Group
These commands are a type from a root from your server session
Utilisateur
• To create / Add a user, then enter the following command in the terminal complement the data requested by the FVRD :
adduser foo
• To remove a user :
deluser toto
Group
• To create a group :
addgroup Group
• To add a user to a group :
usermod - g group toto
• To remove a group :
delgroup Group
This article seemed you to be useful ?
Enable comment auto-refresher