User Tools

Site Tools


eduardo:linux:ntpd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eduardo:linux:ntpd [2017/05/23 15:59] eduardoeduardo:linux:ntpd [2024/02/23 08:20] (current) – external edit 127.0.0.1
Line 35: Line 35:
   icmp-blocks:    icmp-blocks: 
   rich rules:    rich rules: 
-</code> 
- 
 </code> </code>
  
Line 71: Line 69:
 <code> <code>
 [bash]#  service ntpd restart [bash]#  service ntpd restart
 +</code>
 +
 +In RH 7.X. Restart NTPD
 +<code>
 +[bash]#  systemctl start ntpd.service
 </code> </code>
  
Line 93: Line 96:
 [bash]# chkconfig --level 2345 ntpd on [bash]# chkconfig --level 2345 ntpd on
 [bash]# /etc/init.d/ntpd restart [bash]# /etc/init.d/ntpd restart
 +
 +Or in RH7.x
 +[bash]# systemctl enable ntpd.service
 </code> </code>
  
Line 99: Line 105:
 <code> <code>
 [bash]# chkconfig --list ntpd  [bash]# chkconfig --list ntpd 
 +
 +Or in RH7.x
 +
 +[bash]# systemctl list-unit-files | grep ntpd
 </code> </code>
  
eduardo/linux/ntpd.1495555180.txt.gz · Last modified: 2024/02/23 08:19 (external edit)