Linux_FoundationLinux_Foundation
LFCS · Question #832
LFCS Question #832: Real Exam Question with Answer & Explanation
Sign in or unlock LFCS to reveal the answer and full explanation for question #832. The question stem and answer options stay visible for context.
Submitted by amina.ke· Apr 18, 2026Essential 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
Unlock LFCS to see the answer
You've previewed enough free LFCS questions. Unlock LFCS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#File management#Timestamps#Linux commands#Filesystem