How to create or add a user on Linux
en:How to create or add a user on Linux
he:כיצד ליצור או להוסיף משתמש ב- Linux
ro:Cum de a crea sau de a adăuga un utilizator Linux
ru:Как создать или добавить пользователя в Linux
pl:Jak utworzyć lub dodać użytkownika w systemie Linux
ja:作成または Linux にユーザーを追加する方法
ar:كيفية إنشاء أو إضافة مستخدم في لينكس
zh:如何创建或 Linux 上添加用户
de:Gewusst wie: erstellen oder Hinzufügen eines Benutzers auf Linux
nl:Hoe te creëren of een gebruiker toevoegen op 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