I need to find the exact time at which one directory was created in Linux. I did :
ls -lart for long listing
for which output is like :
drwxr-xr-x 2 sugagraw dba 4096 Nov 10 20:41 debug
Is there a command by which I can find the exact time (ie: miliseconds also) of this directory creation.