LPI
101-500 · Question #18
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
The correct answer is A. file /tmp/myfile.txt. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
Question
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
Options
- Afile /tmp/myfile.txt
- Becho "Hello" >/tmp/myfile.txt
- Csed -ie "s/1/2/" /tmp/myfile.txt
- Decho -n "Hello" >>/tmp/myfile.txt
- Etouch /tmp/myfile.txt
How the community answered
(55 responses)- A91% (50)
- B2% (1)
- D2% (1)
- E5% (3)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#timestamp modification#file operations#command behavior#sed/echo/touch
Community Discussion
No community discussion yet for this question.