Which command allows you to navigate into a directory whose name starts with the letter 'p'?

Choose the correct answer

Explanation

Option A, 'cd p', attempts to change into a directory named exactly 'p'. Other options use wildcards or patterns but do not correctly specify changing into a directory starting with 'p' without additional characters.

Which command allows you to navigate into a director… — Basic of linux unix | PakQuizHub