gpasswd: add Arabic translation (#6819)

beep
Abd El-Twab M. Fakhry 2021-10-12 04:26:23 +02:00 committed by GitHub
parent d8604de17a
commit c3cf706923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.ar/linux/gpasswd.md Normal file
View File

@ -0,0 +1,24 @@
# gpasswd
> إدارة `/etc/group` و `/etc/gshadow`.
> لمزيد من التفاصيل: <https://manned.org/gpasswd>.
- عرّف مديرين المجموعة المسماة:
`sudo gpasswd -A {{مدير 2, مدير 1}} {{مجموعة}}`
- عين أعضاء المجموعة المسماة:
`sudo gpasswd -M {{عضو 2, عضو 1}} {{مجموعة}}`
- إنشئ رقم سري للمجموعة المسماة:
`gpasswd {{مجموعة}}`
- أضف عضو إلي المجموعة المسماة:
`gpasswd -a {{عضو}} {{مجموعة}}`
- إحذف عضو من المجموعة المسماة:
`gpasswd -d {{عضو}} {{مجموعة}}`