uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
..
/
home
/
..
/
lib
/
udev
/
hwclock-set
/
/
#!/bin/sh # Reset the System Clock to UTC if the hardware clock from which it # was copied by the kernel was in localtime. dev=$1 if [ -f /etc/default/rcS ] ; then . /etc/default/rcS fi if [ yes != "$UTC" ] ; then if [ yes = "$BADYEAR" ] ; then /sbin/hwclock --rtc=$dev --systz --localtime --noadjfile --badyear else /sbin/hwclock --rtc=$dev --systz --localtime --noadjfile fi fi
/var/../home/../lib/udev/hwclock-set