اختبار شهادة انظمة اللينكس CompTIA Linux+ XK0-005

السؤال 26 من 122

كل الأسئلة

A systems administrator wants to list all local accounts in which the UID is greater than 500. Which of the following commands will give the correct output?

الخيارات

  • A find /etc/passwd -size +500
  • B cut -d: -f1 /etc/passwd > 500
  • C awk -F: '$3 > 500 {print $1}' /etc/passwd
  • D sed '/UID/' /etc/passwd < 500

النقاشات

لا توجد نقاشات منشورة لهذا السؤال حالياً.