You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls -l --time-style=full-iso
ls -l --time-style=long-iso
ls -l --time-style="+%Y-%m-%d %H:%I:%S"
ls -lc filename --列出文件的 ctime (最后权限时间)
ls -lu filename --列出文件的 atime(最后读取时间)
ls -l filename --列出文件的 mtime (修改文件内容)