What will the following command do? echo *
It is similar to 'ls -a' command and displays all the hidden files in the current directory
displays all the files in the /etc directory
displays all the files in the root
It is similar to 'ls' command and displays all the files in the current directory