What does echo "..." > test_file.txt do?
echo "..." > test_file.txt
It only displays text and leaves the file unchanged.
It always appends after existing content.
It grants read permission to the file.
It writes the echoed text to the file, overwriting existing content.