Answers for "how to change time on kali linux"

0

how to change time on kali linux

sudo date --set="20010203 01:00:00"
sudo timedatectl set-time '2001-02-03 01:00:00'
Posted by: Guest on June-24-2021
0

set time in kali linux

root@kali:~# timedatectl set-time "HH:MM:SS"**
Posted by: Guest on March-29-2021
0

how to change the time in kali linux

# date --set=”20140125 09:17:00”
Posted by: Guest on April-04-2021

Code answers related to "how to change time on kali linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language