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