1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 01:55:23 +02:00
tldr/pages.ar/linux/getcap.md
Machiavelli 1b7f5d2f9e
mtr, shred, stat, whois, blkid, getcap, setcap: add Arabic translation (#16083)
* mtr, shred, stat, whois, blkid, getcap, setcap: add Arabic translation
2025-04-05 13:19:17 +02:00

636 B

getcap

أمر لعرض اسم وصلاحيات كل ملف محدد. لمزيد من التفاصيل: https://manned.org/getcap.

  • الحصول على الصلاحيات للملفات المحددة:

getcap {{path/to/file1 path/to/file2 ...}}

  • (Recursive) الحصول على الصلاحيات لجميع الملفات داخل المجلدات المحددة بشكل متكرر:

getcap -r {{path/to/directory1 path/to/directory2 ...}}

  • عرض جميع الإدخالات التي تم البحث عنها حتى لو لم يتم تعيين أي صلاحيات:

getcap -v {{path/to/file1 path/to/file2 ...}}