Moderate

Which command is used to change directory to the name beginning with a 'p' ?

Correct answer: C. cd p*

  • A. cd p
  • B. cd p?
  • C. cd p*
  • D. cd [p]

Explanation

The * wildcard matches any sequence of characters, so cd p* selects a directory whose name begins with p. The ? wildcard matches only one character, making it less suitable here.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions