> **Possible Duplicate:** > [How do I do a ls and then sort the results by date created?](http://unix.stackexchange.com/questions/20460/how-do-i-do-a-ls-and-then-sort-the-results-by-date-created) <!-- End of automatically inserted text --> Is there a command in Linux which displays when the file was created ? I see that `ls -l` gives the last modified time, but can I get the created time/date?