1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

localectl: add page (#7272)

This commit is contained in:
Managor 2021-11-05 09:11:29 +02:00 committed by GitHub
parent f7f2a5be3f
commit 2bb4916d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/linux/localectl.md Normal file
View file

@ -0,0 +1,24 @@
# localectl
> Control the system locale and keyboard layout settings.
> More information: <https://www.freedesktop.org/software/systemd/man/localectl.html>.
- Show the current settings of the system locale and keyboard mapping:
`localectl`
- List available locales:
`localectl list-locales`
- Set a system locale variable:
`localectl set-locale {{LANG}}={{en_US.UTF-8}}`
- List available keymaps:
`localectl list-keymaps`
- Set the system keyboard mapping for the console and X11:
`localectl set-keymap {{us}}`