This command is used to change the current working directory to the directory given as an argument. The additional ``..'' will move up one level in the directory structure.
lightning:~>cd /home/username/generic
Changes the working directory to /home/username/generic
lightning:~>cd ..
Changes the working directory from /home/username/generic to /home/username.