Labs - Working your way through CLI

Hi Mumshad, for the 4th question on creating file with content inside /home/thor/ directory, the quiz portal keeps saying tasks not completed even though when the content “This is not empty file” does come up when I type cat /home/thor/contents_file.txt. What am I doing wrong?

Hello, @Hltan
I haven’t seen any issue.

$ echo "This is not empty file" > /home/thor/contents_file.txt

Let me know if you face issue again?