# 按时间顺序列出文件详细信息(最旧的在前) # -l: 显示详细信息(权限、所有者、大小、时间等) # -t: 按修改时间排序 # -r: 反向排序(oldest first,最旧的文件显示在最前面) ls -ltr