All of the following commands will update the Modify timestamp on the file /tmp/myfile.txt EXCEPT…

All of the following commands will update the Modify timestamp on the file /tmp/myfile.txt EXCEPT:

All of the following commands will update the Modify timestamp on the file /tmp/myfile.txt EXCEPT:

A.
file /tmp/myfile.txt

B.
echo -n “Hello” >/tmp/myfile.txt

C.
echo “Hello” >/tmp/myfile.txt

D.
touch /tmp/myfile.txt

E.
sed -ie “s/1/2/” /tmp/myfile.txt



Leave a Reply 1

Your email address will not be published. Required fields are marked *


lizonya

lizonya

is this file because file is a test command that only attempts to classify whereas the rest produce a location for the result? I will look further into this.