Linux CLI - Navigating the File System
What will be the output of the following commands sequence?
cd /tmp pwd cd .. pwd
cd /tmp pwd cd .. pwd
cd /tmp and pwd/tmp and printing working directory shows /tmp.cd .. and pwd/tmp goes to /. Printing working directory now shows /.cd .. moves up one folder [OK]cd .. stays in the same folderpwd shows previous directory15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions