ExamQuestions.com

Register
Login
Oracle Solaris 11 System Administration Exam Questions

Oracle

Oracle Solaris 11 System Administration

65 / 135

Question 65:

A user jack, using a bash shell, requests a directory listing as follows: 
image
Which three statements are correct? 

Answer options:

A. The pattern dir? will expand to dira dirb dirc.
B. The pattern dir*a will expand to diraa.
C. The pattern dir*a will expand to dira diraa.
D. The pattern dir*b? will expand to dirabc.
E. The pattern dir*b? will expand to dirb dirabc.