What does echo "Hello, Linux World" do by default?
echo "Hello, Linux World"
It creates a file named Hello, Linux World without displaying anything.
Hello, Linux World
It writes the supplied text to standard output and ends the line.
It treats the quoted words as another command to execute.
It replaces the message with the current working directory.