在Ubuntu中配置系统时间和时区可以通过以下步骤完成:
sudo timedatectl set-timezone 时区
例如,要将时区设置为中国上海时间,可以输入以下命令:
sudo timedatectl set-timezone Asia/Shanghai
timedatectl
这将列出当前系统时间、时区和NTP同步状态。
sudo date --set="YYYY-MM-DD HH:MM:SS"
其中,YYYY-MM-DD是日期,HH:MM:SS是时间。
sudo apt-get install ntp
sudo systemctl enable ntp
sudo systemctl start ntp
通过以上步骤,您可以在Ubuntu中配置系统时间和时区。