Skip to content

Commit

Permalink
Merge pull request #98 from vladyio/master
Browse files Browse the repository at this point in the history
#2 add timedatectl_ru
  • Loading branch information
bugov authored Jan 10, 2019
2 parents faea50c + 5360f0a commit f32be79
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pages/linux/timedatectl_ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# timedatectl

> Управление системным временем и датой.
- Проверка текущего времени системных часов:

`timedatectl`

- Установка локального времени системы напрямую:

`timedatectl set-time {{"yyyy-MM-dd hh:mm:ss"}}`

- Просмотр доступных временных зон:

`timedatectl list-timezones`

- Смена временной зоны:

`timedatectl set-timezone {{timezone}}`

- Включение синхронизации с Протоколом Сетевого Времени (NTP):

`timedatectl set-ntp on`

0 comments on commit f32be79

Please sign in to comment.