1CHANGE_CONSOLE(8) Linux User's Manual CHANGE_CONSOLE(8)
2
3
4
6 change_console -- change console used by init
7
8
10 change_console [-f] [-r] [device]
11
12
14 change_console changes the console used by init(8) to spawn commands.
15
17 -f Remain in the foreground after sending the command to init
18
19 -r Reset the console file used by init to its compiled-in default
20 (usually /dev/console).
21
22
23 device The device file to use as the console. If none is specified, the
24 result of running ttyname on stdin is used.
25
26
28 init(8)
29
30
32 Red Hat, Inc.
33
34
35
36 23 September 2003 CHANGE_CONSOLE(8)