Linux CLI - Linux Basics and Terminal
What will be the output of the following commands?
mkdir myfolder cd myfolder touch file1.txt ls
mkdir myfolder cd myfolder touch file1.txt ls
mkdir myfolder creates a folder, cd myfolder moves inside it, touch file1.txt creates an empty file.ls lists files in current directory, which now contains file1.txt.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions