# Stat

# stat

# Get Date of OS Installation

```
stat / | grep "Birth" | sed 's/Birth: //g' | cut -b 2-11
```