linux command to go to the parent directory

C++
cd /mnt/e/username/folder1/folder2cd ..     #go to the parent directory
Source

Also in C++: