Which commands show the current directory and then change it to /home/labex/project?
/home/labex/project
ls, then cd ..
ls
cd ..
echo ~, then cd project
echo ~
cd project
pwd, then cd /home/labex/project
pwd
cd /home/labex/project
ls ~, then ls
ls ~