# NTP

Pour voir l'heure et le status du service

```bash
/etc/init.d/hwclock.sh show
```

Pour checker l'heure du matériel :

```bash
date; hwclock
```

Pour synchro :

```bash
hwclock --systohc
```

Pour debugguer :

```bash
hwclock --systohc --debug
```