LoginSignup
0
0

Linux 基礎 タイムゾーン/日本語設定

Posted at

概要

  • 自分がコピペできるように設定を置いておく

設定

# タイムゾーンを日本に設定する
timedatectl set-timezone Asia/Tokyo
# 日本語に設定する
localectl set-locale LANG=ja_JP.utf8
# 設定を反映する
source /etc/locale.conf
# 確認
date
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0