第22章 Changing basic environment settings
If your requirements change after installation, you can update the basic system settings accordingly. This includes the following settings:
- Keyboard layout
- Date and time
- System locale
22.1. Configuring the keyboard layout リンクのコピーリンクがクリップボードにコピーされました!
The keyboard layout settings control the layout used on the text console. If RHEL was installed with a different keyboard layout than the one you use after the installation, you can change the layout.
Procedure
To list available keymaps:
$ localectl list-keymaps ANSI-dvorak al al-plisi amiga-de de de-nodeadkeys ...Optional: Display the current keymap settings:
$ localectl status ... VC Keymap: us ...Change the system keymap, for example:
# localectl set-keymap de-nodeadkeysFor more information, see the
localectl(1),locale(7), andlocale.conf(5)man pages on your system.