date: “2017-01-12” draft: false title: “ls”
Displaying MAC time using LS
| Linux | OpenBSD | Solaris | |
|---|---|---|---|
| mtime | ls -latr –full-time |
ls -latTr |
ls -latr |
| atime | ls -laur –full-time |
ls -lauTr |
ls -laur |
| ctime | ls -lacr –full-time |
ls -lacTr |
ls -lac |
Source
See also:
- [meta - MAC times]({{< relref “unix/meta/mactimes.md” >}})
- [stat]({{< relref “unix/commands/stat.md” >}})