mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
user*, group*, add*, group*: add more info links (#5738)
* user*, group*, add*, group*:add more info links * user*, group*: remove section numbers from manned.org links * adduser, deluser: remove en locale from info links * Update pages.it/linux/adduser.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages.it/linux/deluser.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages.pt_BR/linux/adduser.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages.zh/linux/adduser.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages/linux/adduser.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages/linux/deluser.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages.ko/linux/deluser.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
cda6f2d63e
commit
ce747d2f46
18 changed files with 18 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# groupdel
|
||||
|
||||
> Elimina del sistema grupos de usuarios existentes.
|
||||
> Más información: <https://manned.org/groupdel>.
|
||||
|
||||
- Borra un grupo existente:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# userdel
|
||||
|
||||
> Elimina un usuario.
|
||||
> Más información: <https://manned.org/userdel>.
|
||||
|
||||
- Elimina un usuario y su directorio personal:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# useradd
|
||||
|
||||
> Crée un nouvel utilisateur.
|
||||
> Plus d'informations : <https://manned.org/useradd>.
|
||||
|
||||
- Crée un nouvel utilisateur :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# userdel
|
||||
|
||||
> Efface un utilisateur.
|
||||
> Plus d'informations : <https://manned.org/userdel>.
|
||||
|
||||
- Efface un utilisateur et son dossier home :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# usermod
|
||||
|
||||
> Modifie un compte utilisateur.
|
||||
> Plus d'informations : <https://manned.org/usermod>.
|
||||
|
||||
- Change le nom d'un utilisateur :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# adduser
|
||||
|
||||
> Servizio per aggiungere utenti.
|
||||
> Maggiori informazioni: <https://manpages.debian.org/latest/adduser/adduser.html>.
|
||||
|
||||
- Crea un nuovo utente con una home directory predefinita e richiede all'utente di impostare una password:
|
||||
|
||||
|
|
|
@ -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.html>.
|
||||
|
||||
- Rimuovi un utente:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# deluser
|
||||
|
||||
> 유저 계정 제거 또는 그룹으로부터 사용자 제거.
|
||||
> 더 많은 정보: <https://manpages.debian.org/adduser/deluser.8.html>.
|
||||
> 더 많은 정보: <https://manpages.debian.org/latest/adduser/deluser.html>.
|
||||
|
||||
- 유저 삭제:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# adduser
|
||||
|
||||
> Utilitário para criação de novos usuários.
|
||||
> Mais informações: <https://manpages.debian.org/latest/adduser/adduser.html>.
|
||||
|
||||
- Criar um novo usuário, o seu diretório na pasta home e solicitar o preenchimento da sua senha:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# adduser
|
||||
|
||||
> 添加用户的工具.
|
||||
> 更多信息: <https://manpages.debian.org/latest/adduser/adduser.html>.
|
||||
|
||||
- 创建一个新用户,在默认路径创建 home 目录,并提示用户设置密码:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# adduser
|
||||
|
||||
> User addition utility.
|
||||
> More information: <https://manpages.debian.org/latest/adduser/adduser.html>.
|
||||
|
||||
- Create a new user with a default home directory and prompt the user to set a password:
|
||||
|
||||
|
|
|
@ -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.html>.
|
||||
|
||||
- Remove a user:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# groupadd
|
||||
|
||||
> Add user groups to the system.
|
||||
> More information: <https://manned.org/groupadd>.
|
||||
|
||||
- Create a new Linux group:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# groupdel
|
||||
|
||||
> Delete existing user groups from the system.
|
||||
> More information: <https://manned.org/groupdel>.
|
||||
|
||||
- Delete an existing group:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# groupmod
|
||||
|
||||
> Modify existing user groups in the system.
|
||||
> More information: <https://manned.org/groupmod>.
|
||||
|
||||
- Change the group name:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# useradd
|
||||
|
||||
> Create a new user.
|
||||
> More information: <https://manned.org/useradd>.
|
||||
|
||||
- Create new user:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# usermod
|
||||
|
||||
> Modifies a user account.
|
||||
> More information: <https://manned.org/usermod>.
|
||||
|
||||
- Change a user's name:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue