Use command: touch
Update the access and modification times of each FILE to the current time.
Format:
1) find . | xargs touch
2) find ./ -type X | xargs touch
File is of type c:
c character (unbuffered) special
d directory
p named pipe (FIFO)
f regular file
l symbolic link
s socket
D door (Solaris)