1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 21:55:27 +02:00
tldr/pages.ar/linux/gpasswd.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

24 lines
650 B
Markdown

# gpasswd
> إدارة `/etc/group` و `/etc/gshadow`.
> لمزيد من التفاصيل: <https://manned.org/gpasswd>.
- عرّف مديرين المجموعة المسماة:
`sudo gpasswd {{[-A|--administrators]}} {{user1,user2}} {{group}}`
- عين أعضاء المجموعة المسماة:
`sudo gpasswd {{[-M|--members]}} {{user1,user2}} {{group}}`
- إنشئ رقم سري للمجموعة المسماة:
`gpasswd {{group}}`
- أضف عضو إلي المجموعة المسماة:
`gpasswd {{[-a|--add]}} {{user}} {{group}}`
- إحذف عضو من المجموعة المسماة:
`gpasswd {{[-d|--delete]}} {{user}} {{group}}`