File: fgconsole.1

package info (click to toggle)
kbd 2.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,656 kB
  • sloc: ansic: 13,572; javascript: 3,038; sh: 759; pascal: 643; makefile: 578; lex: 525; yacc: 352; perl: 126; python: 96; sed: 6
file content (50 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (16)
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 "24 October 2024" "kbd"

.SH NAME
fgconsole \- print the number of the active VT.

.SH SYNOPSIS
.B fgconsole
[\fI\,options\/\fR]
.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.

.SH OPTIONS
.TP
\fB\-n\fR, \fB\-\-next\-available\fR
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.
.TP
\fB\-C\fR, \fB\-\-console\fR=\fI\,DEV\/\fR
the console device to be used.
.TP
\fB\-V\fR, \fB\-\-version\fR
print version number.
.TP
\fB\-h\fR, \fB\-\-help\fR
print this usage message.

.SH NOTES
Under
.IR devfs ,
the consoles are in
.IR /dev/vc/N .
.I devfsd
may maintain symlinks for compatibility.
.SH AUTHORS
Andries Brouwer <aeb@cwi.nl>
.br
Manpage by Alastair McKinstry <mckinstry@computer.org>
.SH "SEE ALSO"
.BR chvt (1),
.BR deallocvt (1),
.BR openvt (1)