update bash
This commit is contained in:
parent
4764663530
commit
2f3877a968
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ Ensuite, il faut définir un utilisateur :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
>Arch.exe
|
>Arch.exe
|
||||||
[root@PC-NAME]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
|
[root@PC ~]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
|
||||||
[root@PC-NAME]# useradd -m -G wheel -s /bin/bash anri
|
[root@PC ~]# useradd -m -G wheel -s /bin/bash anri
|
||||||
[root@PC-NAME]# passwd anri
|
[root@PC ~]# passwd anri
|
||||||
[root@PC-NAME]# exit
|
[root@PC ~]# exit
|
||||||
|
|
||||||
>Arch.exe config --default-user anri
|
>Arch.exe config --default-user anri
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue