Linux CLI - Linux Basics and Terminal
What will be the output of the following commands?
mkdir testdir cd testdir pwd
mkdir testdir cd testdir pwd
mkdir testdir creates a folder named testdir. cd testdir moves into that folder. pwd prints the full path of the current directory.pwd will show /home/username/testdir.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions