blob: 12965a579a2030872c738240a8f4bda948cdbd1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
.TH FGCONSOLE 1 "14 February 2002" "kbd"
.SH NAME
fgconsole \- print the number of the active VT.
.SH SYNOPSIS
.B fgconsole
[
.B \-h \-\-help
|
.B \-V \-\-version
|
.B \-n \-\-next-available
]
.SH DESCRIPTION
If the active Virtual Terminal is
.IR /dev/ttyN ,
then prints
.I N
on standard output.
If the console is a serial console, then
"serial"
is printed instead.
.TP
.I \-h \-\-help
Prints short usage message and exits.
.TP
.I \-V \-\-version
Prints version number and exits.
.TP
.I \-\-next\-available
Will show the next unallocated virtual terminal. Normally 6 virtual
terminals are allocated, with number 7 used for X; this will return
"8" in this case.
.SH NOTES
Under
.IR devfs ,
the consoles are in
.IR /dev/vc/N .
.I devfsd
may maintain symlinks for compatibility.
.SH "SEE ALSO"
.BR chvt (1).
.\" .SH "AUTHORS"
.\" Andries Brouwer
.\" .br
.\" Manpage by Alastair McKinstry <mckinstry@computer.org>
|