Konsole captured Ksnapshot The UNIX and Linux based systems retain information on the last modification and last access for each file. To view this information is used to command:
$ls -lu
The access time to a file but can be altered using the command `touch`. This command is usually used to change the date and time of last modification and last access to a file:
$touch nome_file
If the file filename does not exist it is created as an empty file. To change only the date and time of last access to a file using the-a parameter:
$touch -a nome_file Similarly, you can change the date and time of 'last change without altering the data for the last access:
$touch -m nome_file
In both cases you can specify a specific time using the-t option:
$touch -t orario_desiderato nome_file

As for the syntax for the parameter to be taken orario_desiderato, `man` offers a simple explanation is not exhaustive, but rather:

L'argomento è un numero decimale della forma [SS]AA]MMGGoomm[.ss] con l'ovvio significato. Se SS non è specificato, l'anno SSAA viene assunto nell'intervallo 1969-2068. Se ss non è specificato, viene assunto 0; può essere specificato nell'intervallo 0-61 in modo da potersi riferire a secondi saltati («leap second»). L'orario risultante viene interpretato come un orario nel fuso specificato dalla variabile ambientale TZ. Si ha un errore se l'orario ottenuto è precedente al 1 gennaio 1970