Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
文件修改:
ls -t
索引节点更改:
ls -tc
文件访问:
ls -tu
底部“最新”一项:
ls -tr
这些都不是创建时间。大多数 Unix 文件系统不支持创建时间戳。
File modification:
Inode change:
File access:
"Newest" one at the bottom:
None of this is a creation time. Most Unix filesystems don't support creation timestamps.
在 ls 上使用 -t。例如:。
或者
ls -ltr
Use -t on ls. e.g:.
or
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
文件修改:
索引节点更改:
文件访问:
底部“最新”一项:
这些都不是创建时间。大多数 Unix 文件系统不支持创建时间戳。
File modification:
Inode change:
File access:
"Newest" one at the bottom:
None of this is a creation time. Most Unix filesystems don't support creation timestamps.
在 ls 上使用 -t。例如:。
或者
Use -t on ls. e.g:.
or