What outcome should you expect from running touch example.txt?
touch example.txt
It creates an empty file if absent, or updates timestamps if the file already exists.
It transfers ownership to the current user.
It adds execute permission to an existing file.
It creates the file and fills it with a default line of text.