1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-09 13:05:24 +02:00
tldr/pages.ar/linux/getcap.md

17 lines
636 B
Markdown
Raw Normal View History

# 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 ...}}`