Skip to content

Commit

Permalink
systemctl: add Arabic translation (#15618)
Browse files Browse the repository at this point in the history
  • Loading branch information
MachiavelliII authored Feb 6, 2025
1 parent a390d41 commit e4787eb
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions pages.ar/linux/systemctl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# systemctl

> التحكم في مدير نظام systemd والخدمات.
> لمزيد من التفاصيل: <https://www.freedesktop.org/software/systemd/man/systemctl.html>.
- عرض جميع الخدمات قيد التشغيل:

`systemctl status`

- عرض الوحدات الفاشلة:

`systemctl --failed`

- بدء/إيقاف/إعادة تشغيل/إعادة تحميل/عرض حالة خدمة:

`systemctl {{start|stop|restart|reload|status}} {{unit}}`

- تمكين/تعطيل وحدة ليتم تشغيلها عند بدء تشغيل النظام:

`systemctl {{enable|disable}} {{unit}}`

- إعادة تحميل systemd والبحث عن وحدات جديدة أو متغيرة:

`systemctl daemon-reload`

- التحقق مما إذا كانت الوحدة نشطة/مُمكّنة/فاشلة:

`systemctl {{is-active|is-enabled|is-failed}} {{unit}}`

- عرض جميع وحدات الخدمة/المقبس/التركيب التلقائي مع التصفية حسب الحالة (قيد التشغيل/فاشلة):

`systemctl list-units --type={{service|socket|automount}} --state={{failed|running}}`

- عرض محتويات ومسار ملف الوحدة:

`systemctl cat {{unit}}`

0 comments on commit e4787eb

Please sign in to comment.