Concept Flow - cd (change directory)
Start in current directory
User types 'cd <path>'
Shell checks if <path> exists and is directory
Update current directory
Prompt ready in new directory
The shell changes the current directory if the given path exists; otherwise, it shows an error.