ajout des notes
This commit is contained in:
parent
1bef1ac024
commit
9204297328
13
03-04-26.md
Normal file
13
03-04-26.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Comment creer un nouvel utilisateur
|
||||
|
||||
|
||||
```
|
||||
sudo useradd -m -s /bin/bash nouvel_utilisateur
|
||||
|
||||
Entrez votre MDP (admin)
|
||||
```
|
||||
|
||||
# Comment lui attribuer un mot de passe ?
|
||||
|
||||
```
|
||||
sudo passwd nouvel_utilisateur
|
||||
Loading…
x
Reference in New Issue
Block a user