I was asked the question "what does the cd /etc command do?". This is my answer:
This command
cd /etcchanges directory to the directory specified after the slash/. The/etcrefers to a folder in the root calledetc. If the linux user was inside the/etcfolder, typingcd /would bring the user to the root.
Is my understanding correct?