Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 332 Bytes

modify-time-in-linux.md

File metadata and controls

14 lines (10 loc) · 332 Bytes

How to modify time and timezone in Linux

@Author: vivekascoder

@Date: 2/07/2020

Hey, 😄 let's modify/fix the time

  • Let's see the current settings:

    • root@kali#~ date
    • `Wed 01 Jul 2020 12:22:27 AM IST
  • Let's change the time:

    • root@kali#~ sudo date -s "12:50" AM
    • Wed 01 Jul 2020 12:50:27 AM IST