What is the effect of entering the command CD in Linux?

Answer:
By itself, cd will do nothing. When it is followed by the name or path of a folder, for example cd /home/user, it will change the current working directory to the one specified.

First answer by Idisjunction. Last edit by Idisjunction. Contributor trust: 807 [recommend contributor recommended]. Question popularity: 2 [recommend question].