John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He wants to change the modified date and time of the file private.txt to 11 Nov 2009 02:59:58 am. Which of the following commands will John use to accomplish his task?
Each correct answer represents a complete solution. Choose all that apply.
Select all that apply, then click Submit answer.
-
○
rm private.txt #11 Nov 2009 02:59:58 am
-
○
touch -d "11 Nov 2009 02:59:58 am" private.txt
-
○
touch private.txt #11 Nov 2009 02:59:58 am
-
○
touch -t 200911110259.58 private.txt