Stat doesn’t show birth time on all filesystems. On Linux, you need to check whether the filesystem supports birth time. If I’m not mistaken, ext4, btrfs, xfs do but older ext3 doesn’t.
You might want try this one instead:
stat -c '%w' /
Stat doesn’t show birth time on all filesystems. On Linux, you need to check whether the filesystem supports birth time. If I’m not mistaken, ext4, btrfs, xfs do but older ext3 doesn’t.
You might want try this one instead:
stat -c '%w' /