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:
parent
d8604de17a
commit
c3cf706923
1 changed files with 24 additions and 0 deletions
24
pages.ar/linux/gpasswd.md
Normal file
24
pages.ar/linux/gpasswd.md
Normal 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 {{عضو}} {{مجموعة}}`
|
Loading…
Add table
Reference in a new issue