Creation utilisateur
Fermé
unix64
-
12 avril 2005 à 14:21
crakou Messages postés 71 Date d'inscription vendredi 3 octobre 2003 Statut Membre Dernière intervention 13 juin 2005 - 13 avril 2005 à 19:14
crakou Messages postés 71 Date d'inscription vendredi 3 octobre 2003 Statut Membre Dernière intervention 13 juin 2005 - 13 avril 2005 à 19:14
A voir également:
- Creation utilisateur
- Media creation tool - Télécharger - Systèmes d'exploitation
- Creation compte gmail - Guide
- Creation adresse mail - Guide
- Création compte google - Guide
- Creation compte facebook - Guide
4 réponses
marc[i1]
Messages postés
2571
Date d'inscription
vendredi 1 avril 2005
Statut
Contributeur
Dernière intervention
6 septembre 2008
379
12 avril 2005 à 14:25
12 avril 2005 à 14:25
Salut,
sous tout système *nix pour créer un utilisateur, la commande adduser est recommandée, il me semble !
http://goforit.unk.edu/unix/part2_1.htm
voili voilou :) mes 30 centimes !
^_^
sous tout système *nix pour créer un utilisateur, la commande adduser est recommandée, il me semble !
http://goforit.unk.edu/unix/part2_1.htm
voili voilou :) mes 30 centimes !
^_^
[Dal]
Messages postés
6062
Date d'inscription
mercredi 15 septembre 2004
Statut
Contributeur
Dernière intervention
24 mars 2023
1 044
12 avril 2005 à 14:29
12 avril 2005 à 14:29
Oui. De plus, il est probable que le shell continuera de demander un mot de passe, même si celui-ci est vide (il faudra taper "entrée").
Dal
Dal
marc[i1]
Messages postés
2571
Date d'inscription
vendredi 1 avril 2005
Statut
Contributeur
Dernière intervention
6 septembre 2008
379
12 avril 2005 à 14:43
12 avril 2005 à 14:43
Extrait de http://goforit.unk.edu/unix/part2_1.htm
3.3 Creating a user account
To create a user account the following needs to be done,
1. Create an entry in /etc/passwd for the user
2. Create a home directory for the user that matches the location in the users record in /etc/passwd
3. Copy the configuration files (such as .profile) to the users home directory
4. Change the security bits associated with the files and the users home directory using chown and chmod
Of course, the simpler way is to use adduser to create the user account (see also useradd).
commence par là !!!
enfin je dis ça mais j'y connais rien !
3.3 Creating a user account
To create a user account the following needs to be done,
1. Create an entry in /etc/passwd for the user
2. Create a home directory for the user that matches the location in the users record in /etc/passwd
3. Copy the configuration files (such as .profile) to the users home directory
4. Change the security bits associated with the files and the users home directory using chown and chmod
Of course, the simpler way is to use adduser to create the user account (see also useradd).
commence par là !!!
enfin je dis ça mais j'y connais rien !
crakou
Messages postés
71
Date d'inscription
vendredi 3 octobre 2003
Statut
Membre
Dernière intervention
13 juin 2005
7
13 avril 2005 à 19:14
13 avril 2005 à 19:14
exemple pour créer l'utilisateur toto:
useradd -m -k /etc/skel -s /bin/bash -d /home /toto toto
puis
passwd toto
useradd -m -k /etc/skel -s /bin/bash -d /home /toto toto
puis
passwd toto