在Linux下编程怎样得到一个文件的创建时间?

用stat只能得到文件的最后一次访问时间(last acess time)、最后一次修改时间(last modify time 和 last change time),如何才能得到最初的创建时间?
[98 byte] By [apao-脑子进水了] at [2007-12-16]
# 1
能么?如果文件系统只记录最后修改的时间,你怎么可能得到最初的
创建时间?
不懂,随便说说。
linuxnewer-夜猫子 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,程序开发...
# 2
我就是不知道能不能得到?如果能,怎样得到?
请问有哪位高手知道吗?分不够再加
apao-脑子进水了 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,程序开发...
# 3
帮你找找,记得以前看过一个shell,
# 4
touch?!
# 5
在Linux/Unix下,没有保存文件创建时间,所以不能得到文件创建时间。
wwwunix-木易 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,程序开发...
# 6
大家多说一点呀,帮帮忙
apao-脑子进水了 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,程序开发...
# 7
应该是得不到吧,它的结构中没有保留,就没有什么办法了。
a_stupid_boy at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,程序开发...
# 8
不可能的任务
zhabj925-zj at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,程序开发...
# 9
agree to wwwunix(木易) ( )

Does a good farmer neglect a crop he has planted?
Does a good teacher overlook even the most humble student?
Does a good father allow a single child to starve?
Does a good programmer refuse to maintain his code?
-- Geoffrey James, "The Tao of Programming"

shybt-风林火山 at 2007-10-26 > top of Msdn China Tech,Linux/Unix社区,程序开发...