ExamGecko
Question list
Search
Search

Question 70 - 101-500 discussion

Report
Export

Which of the following commands will NOT update the modify timestamp on the file

/tmp/myfile.txt?

A.
file /tmp/myfile.txt
Answers
A.
file /tmp/myfile.txt
B.
echo "Hello" >/tmp/myfile.txt
Answers
B.
echo "Hello" >/tmp/myfile.txt
C.
sed -ie "s/1/2/" /tmp/myfile.txt
Answers
C.
sed -ie "s/1/2/" /tmp/myfile.txt
D.
echo -n "Hello" >>/tmp/myfile.txt
Answers
D.
echo -n "Hello" >>/tmp/myfile.txt
E.
touch/tmp/myfile.txt
Answers
E.
touch/tmp/myfile.txt
Suggested answer: A
asked 18/09/2024
Loyiso Gawula
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first