mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
pgrep: add Arabic translation (#15640)
This commit is contained in:
parent
2bb8b701d1
commit
4ee08cf68d
1 changed files with 16 additions and 0 deletions
16
pages.ar/common/pgrep.md
Normal file
16
pages.ar/common/pgrep.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# pgrep
|
||||||
|
|
||||||
|
> البحث عن العمليات أو إرسال إشارات إليها باستخدام الاسم.
|
||||||
|
> لمزيد من التفاصيل: <https://www.manned.org/pgrep>.
|
||||||
|
|
||||||
|
- عرض معرّفات العمليات (PIDs) لأي عمليات جارية تتطابق مع اسم العملية:
|
||||||
|
|
||||||
|
`pgrep {{process_name}}`
|
||||||
|
|
||||||
|
- البحث عن العمليات مع الخيارات المستخدمة في سطر الأوامر:
|
||||||
|
|
||||||
|
`pgrep --full "{{process_name}} {{parameter}}"`
|
||||||
|
|
||||||
|
- البحث عن العمليات التي يتم تشغيلها بواسطة مستخدم معين:
|
||||||
|
|
||||||
|
`pgrep --euid root {{process_name}}`
|
Loading…
Add table
Reference in a new issue