Answers for "change date linux"

1

how to mannually change date and time in linux

date -s "19 APR 2012 11:14:00"
Posted by: Guest on February-20-2021
1

change date linux

date --set="YYYYMMDD HH:MM:SS"
Posted by: Guest on April-11-2021
1

debian change time command line

sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
sudo hwclock --systohc
Posted by: Guest on August-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language