Ubah File Modified Time Linux

touch -a filename	# change access time
touch -m filename	# change modification time
touch -am filename	# change both access and modification times

stat filename		# check new file properties
correctYourPosture