Linux CLI - Linux Basics and Terminal
Identify the error in this command sequence:
cd newfolder touch file.txt
cd newfolder touch file.txt
newfolder does not exist, cd newfolder will fail with an error.touch file.txt is correct syntax, so no error here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions