
38
|
Chapter 3: Linux Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
comma-separated list of rates through which agetty will step.
Optionally, you may specify the term, which is used to override the
TERM environment variable.
Options
-f file
Specify the use of file instead of /etc/issue upon connection to
terminal. It is overridden by -i.
-h Specify hardware, not software, flow control.
-H hostname
Write login hostname into the utmp file. By default, no login
host is specified.
-I string
Specify string to be sent to the tty or modem.
-i Suppress printing of /etc/issue before printing the login
prompt.
-l program
Specify the use of program instead of /bin/login.
-L Do not require carrier detect; operate locally only. Use this
when connecting terminals.
-m Attempt to guess the appropriate baud rate.
-n Don’t prompt for a login name.
-t timeout
Specify that agetty should exit if the open on the line succeeds
and there is no response to the login prompt in timeout
seconds.
-w Wait for carriage return or linefeed before sending login
prompt. Use when sending an initialization string.
alsactl
alsactl [options] [store|restore] card
Controls advanced configuration settings for sound cards using the
ALSA (Advanced Linux Sound Architecture) system. Settings are
written to configuration files using the store function and loaded
from those files with ...