Which command allows you to navigate into a directory whose name starts with the letter 'p'?
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.