
250
|
Chapter 3: Linux Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
--target-directory= directory
Create links in the specified directory.
-v, --verbose
Verbose mode.
--version
Print version information and then exit.
loadkeys
loadkeys [options] [filename]
Load a keymap from a specified file, usually one of the keymaps
stored in /lib/kbd/keymaps. If you create your own keymap file, the
related commands showkey, keymaps, and dumpkeys will be useful
as well. Note that loadkeys applies only to virtual consoles; to change
your X keyboard configuration, use xmodmap or setxkbmap, or the
graphical keyboard-layout switching tools that are included with your
desktop environment.
Options
-c, --clearcompose
Clear the compose, or accent, table in the kernel.
-d, --default
Load the default keymap. The same as running loadkeys
defkeymap.
-h, --help
Display help and usage information.
-m, --mktable
Instead of loading the table, output maps as C language
declarations.
-q, --quiet
Operate in quiet mode.
-s, --clearstrings
Clear the string table in the kernel.
-v, --verbose
Operate verbosely. For extra effect, repeat.
locale
locale [options] [name]
Print report on current locale settings. Locales determine the
country-specific settings for a system, including character encod-
ings, the formatting of dates, honorifics, diagnostic messages,
currency, printer-paper ...