From 4ee08cf68d33603a6a2307db6fcca5740b705228 Mon Sep 17 00:00:00 2001 From: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Date: Sun, 2 Feb 2025 18:57:26 +0200 Subject: [PATCH] pgrep: add Arabic translation (#15640) --- pages.ar/common/pgrep.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.ar/common/pgrep.md diff --git a/pages.ar/common/pgrep.md b/pages.ar/common/pgrep.md new file mode 100644 index 0000000000..9436118876 --- /dev/null +++ b/pages.ar/common/pgrep.md @@ -0,0 +1,16 @@ +# pgrep + +> البحث عن العمليات أو إرسال إشارات إليها باستخدام الاسم. +> لمزيد من التفاصيل: . + +- عرض معرّفات العمليات (PIDs) لأي عمليات جارية تتطابق مع اسم العملية: + +`pgrep {{process_name}}` + +- البحث عن العمليات مع الخيارات المستخدمة في سطر الأوامر: + +`pgrep --full "{{process_name}} {{parameter}}"` + +- البحث عن العمليات التي يتم تشغيلها بواسطة مستخدم معين: + +`pgrep --euid root {{process_name}}`