1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

gpasswd: add Arabic translation (#6819)

This commit is contained in:
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

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 {{عضو}} {{مجموعة}}`