Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user*, group*, add*, group*: add more info links #5738

Merged
1 change: 1 addition & 0 deletions pages.es/linux/groupdel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# groupdel

> Elimina del sistema grupos de usuarios existentes.
> Más información: <https://manned.org/groupdel>.

- Borra un grupo existente:

Expand Down
1 change: 1 addition & 0 deletions pages.es/linux/userdel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# userdel

> Elimina un usuario.
> Más información: <https://manned.org/userdel>.

- Elimina un usuario y su directorio personal:

Expand Down
1 change: 1 addition & 0 deletions pages.fr/linux/useradd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# useradd

> Crée un nouvel utilisateur.
> Plus d'informations : <https://manned.org/useradd>.

- Crée un nouvel utilisateur :

Expand Down
1 change: 1 addition & 0 deletions pages.fr/linux/userdel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# userdel

> Efface un utilisateur.
> Plus d'informations : <https://manned.org/userdel>.

- Efface un utilisateur et son dossier home :

Expand Down
1 change: 1 addition & 0 deletions pages.fr/linux/usermod.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# usermod

> Modifie un compte utilisateur.
> Plus d'informations : <https://manned.org/usermod>.

- Change le nom d'un utilisateur :

Expand Down
1 change: 1 addition & 0 deletions pages.it/linux/adduser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# adduser

> Servizio per aggiungere utenti.
> Maggiori informazioni: <https://manpages.debian.org/latest/adduser/adduser.8.en.html>.
patricedenis marked this conversation as resolved.
Show resolved Hide resolved

- Crea un nuovo utente con una home directory predefinita e richiede all'utente di impostare una password:

Expand Down
2 changes: 1 addition & 1 deletion pages.it/linux/deluser.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deluser

> Rimuovi un account utente o un utente da un gruppo.
> Maggiori informazioni: <https://manpages.debian.org/adduser/deluser.8.html>.
> Maggiori informazioni: <https://manpages.debian.org/latest/adduser/deluser.8.en.html>.

- Rimuovi un utente:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/linux/deluser.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deluser

> 유저 계정 제거 또는 그룹으로부터 사용자 제거.
> 더 많은 정보: <https://manpages.debian.org/adduser/deluser.8.html>.
> 더 많은 정보: <https://manpages.debian.org/latest/adduser/deluser.8.en.html>.

- 유저 삭제:

Expand Down
1 change: 1 addition & 0 deletions pages.pt_BR/linux/adduser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# adduser

> Utilitário para criação de novos usuários.
> Mais informações: <https://manpages.debian.org/latest/adduser/adduser.8.en.html>.

- Criar um novo usuário, o seu diretório na pasta home e solicitar o preenchimento da sua senha:

Expand Down
1 change: 1 addition & 0 deletions pages.zh/linux/adduser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# adduser

> 添加用户的工具.
> 更多信息: <https://manpages.debian.org/latest/adduser/adduser.8.en.html>.

- 创建一个新用户,在默认路径创建 home 目录,并提示用户设置密码:

Expand Down
1 change: 1 addition & 0 deletions pages/linux/adduser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# adduser

> User addition utility.
> More information: <https://manpages.debian.org/latest/adduser/adduser.8.en.html>.

- Create a new user with a default home directory and prompt the user to set a password:

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/deluser.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Delete a user from the system.
> Note: all commands must be executed as root.
> More information: <https://manpages.debian.org/adduser/deluser.8.html>.
> More information: <https://manpages.debian.org/latest/adduser/deluser.8.en.html>.

- Remove a user:

Expand Down
1 change: 1 addition & 0 deletions pages/linux/groupadd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# groupadd

> Add user groups to the system.
> More information: <https://manned.org/groupadd>.

- Create a new Linux group:

Expand Down
1 change: 1 addition & 0 deletions pages/linux/groupdel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# groupdel

> Delete existing user groups from the system.
> More information: <https://manned.org/groupdel>.

- Delete an existing group:

Expand Down
1 change: 1 addition & 0 deletions pages/linux/groupmod.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# groupmod

> Modify existing user groups in the system.
> More information: <https://manned.org/groupmod>.

- Change the group name:

Expand Down
1 change: 1 addition & 0 deletions pages/linux/useradd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# useradd

> Create a new user.
> More information: <https://manned.org/useradd>.

- Create new user:

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/userdel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Remove a user account or remove a user from a group.
> Note: all commands must be executed as root.
> More information: <https://man7.org/linux/man-pages/man8/userdel.8.html>.
> More information: <https://manned.org/userdel>.

- Remove a user:

Expand Down
1 change: 1 addition & 0 deletions pages/linux/usermod.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# usermod

> Modifies a user account.
> More information: <https://manned.org/usermod>.

- Change a user's name:

Expand Down