多了不再赘述,看以下解释

st_atime

           Time when file data was last accessed.
Changed by  the

           following   functions:   creat(),   mknod(),   pipe(),

           utime(2), and read(2).



st_mtime

           Time when data was last modified.
Changed by the  fol-

           lowing  functions:  creat(), mknod(), pipe(), utime(),

           and write(2).



st_ctime

           Time when file status was last changed.
Changed by the

           following   functions:   chmod(),   chown(),  creat(),

           link(2),  mknod(),  pipe(),  unlink(2),  utime(),  and

           write().

ctime不是create。是change的意思。

注意:

ls 中的时间。是mtime

ls -lc filename         列出文件的 ctime

ls -lu filename         列出文件的 atime

ls -l filename          列出文件的 mtime 

最新文章

  1. C#创建DBF自由库 [转]
  2. Java GC工作原理以及Minor GC、Major GC、Full GC简单总结
  3. CUBRID学习笔记 31 通过select创建表
  4. css font-face自定义字体
  5. 两台windows服务器----SVN的迁移
  6. sql 参数
  7. 菱形java代码
  8. HDU 1045(质因数分解)
  9. 跨平台编程中的宏定义(__LINE__和__DATE__极其有用)
  10. jQuery选择器(内容过滤选择器)第四节
  11. Linux 文件时间记录属性 调优
  12. Java多线程入门中几个常用的方法
  13. win10 x64中 windbg x64 安装配置符号库
  14. Table转换成实体、Table转换成实体集合(可转换成对象和值类型)
  15. 基于docker的spark-hadoop分布式集群之一: 环境搭建
  16. Android Room使用详解
  17. 搭建Eclipse和MyEclipse的开发环境
  18. 第83天:jQuery中操作form表单
  19. Jquery常用正则验证
  20. [软件工程基础]团队作业Week3

热门文章

  1. android推送方式
  2. springboot学习(三) springboot文件配置
  3. C# 通过 AppDomain 应用程序域实现程序集动态卸载或加载
  4. socket编程之实现简单的ssh
  5. 关于python ide
  6. iOS- 详解文本属性Attributes(转)
  7. mysql日期函数 和sql语句扩展information_schema show processlist;
  8. RocketMQ 消息队列单机部署及使用
  9. jq和thinkphp经常使用的几种ajax
  10. Eclipse Debug 调试