What does touch /tmp/testfile do?
touch /tmp/testfile
Replace the file content with the word testfile
testfile
Create an empty file if absent, or update its modification timestamp if it already exists
Create a directory named testfile
Delete the file if it already exists