ls -l --time=birth MYFILEOr for the current folder
ls -l --time=birthSort by reverse create time
ls -r -l --time=birthAlso the `stat` command can do it
stat --format '%w' MYFILEThese work all filesystems including ext4 and btrfs. Some instructions suggest using debugfs but it only supports extN.