summaryrefslogtreecommitdiffstats
path: root/sys-utils/ctrlaltdel.8
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys-utils/ctrlaltdel.880
-rw-r--r--sys-utils/ctrlaltdel.8.adoc58
2 files changed, 138 insertions, 0 deletions
diff --git a/sys-utils/ctrlaltdel.8 b/sys-utils/ctrlaltdel.8
new file mode 100644
index 0000000..e7ffa38
--- /dev/null
+++ b/sys-utils/ctrlaltdel.8
@@ -0,0 +1,80 @@
+'\" t
+.\" Title: ctrlaltdel
+.\" Author: [see the "AUTHOR(S)" section]
+.\" Generator: Asciidoctor 2.0.15
+.\" Date: 2022-05-11
+.\" Manual: System Administration
+.\" Source: util-linux 2.38.1
+.\" Language: English
+.\"
+.TH "CTRLALTDEL" "8" "2022-05-11" "util\-linux 2.38.1" "System Administration"
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.ss \n[.ss] 0
+.nh
+.ad l
+.de URL
+\fI\\$2\fP <\\$1>\\$3
+..
+.als MTO URL
+.if \n[.g] \{\
+. mso www.tmac
+. am URL
+. ad l
+. .
+. am MTO
+. ad l
+. .
+. LINKSTYLE blue R < >
+.\}
+.SH "NAME"
+ctrlaltdel \- set the function of the Ctrl\-Alt\-Del combination
+.SH "SYNOPSIS"
+.sp
+\fBctrlaltdel\fP \fBhard\fP|\fBsoft\fP
+.SH "DESCRIPTION"
+.sp
+Based on examination of the \fIlinux/kernel/reboot.c\fP code, it is clear that there are two supported functions that the <Ctrl\-Alt\-Del> sequence can perform.
+.sp
+\fBhard\fP
+.RS 4
+Immediately reboot the computer without calling \fBsync\fP(2) and without any other preparation. This is the default.
+.RE
+.sp
+\fBsoft\fP
+.RS 4
+Make the kernel send the \fBSIGINT\fP (interrupt) signal to the \fBinit\fP process (this is always the process with PID 1). If this option is used, the \fBinit\fP(8) program must support this feature. Since there are now several \fBinit\fP(8) programs in the Linux community, please consult the documentation for the version that you are currently using.
+.RE
+.sp
+When the command is run without any argument, it will display the current setting.
+.sp
+The function of \fBctrlaltdel\fP is usually set in the \fI/etc/rc.local\fP file.
+.SH "OPTIONS"
+.sp
+\fB\-h\fP, \fB\-\-help\fP
+.RS 4
+Display help text and exit.
+.RE
+.sp
+\fB\-V\fP, \fB\-\-version\fP
+.RS 4
+Print version and exit.
+.RE
+.SH "FILES"
+.sp
+\fI/etc/rc.local\fP
+.SH "AUTHORS"
+.sp
+.MTO "poe\(atdaimi.aau.dk" "Peter Orbaek" ""
+.SH "SEE ALSO"
+.sp
+\fBinit\fP(8),
+\fBsystemd\fP(1)
+.SH "REPORTING BUGS"
+.sp
+For bug reports, use the issue tracker at \c
+.URL "https://github.com/util\-linux/util\-linux/issues" "" "."
+.SH "AVAILABILITY"
+.sp
+The \fBctrlaltdel\fP command is part of the util\-linux package which can be downloaded from \c
+.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "." \ No newline at end of file
diff --git a/sys-utils/ctrlaltdel.8.adoc b/sys-utils/ctrlaltdel.8.adoc
new file mode 100644
index 0000000..5784240
--- /dev/null
+++ b/sys-utils/ctrlaltdel.8.adoc
@@ -0,0 +1,58 @@
+//po4a: entry man manual
+////
+Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
+May be distributed under the GNU General Public License
+////
+= ctrlaltdel(8)
+:doctype: manpage
+:man manual: System Administration
+:man source: util-linux {release-version}
+:page-layout: base
+:command: ctrlaltdel
+
+== NAME
+
+ctrlaltdel - set the function of the Ctrl-Alt-Del combination
+
+== SYNOPSIS
+
+*ctrlaltdel* *hard*|*soft*
+
+== DESCRIPTION
+
+Based on examination of the _linux/kernel/reboot.c_ code, it is clear that there are two supported functions that the <Ctrl-Alt-Del> sequence can perform.
+
+*hard*::
+Immediately reboot the computer without calling *sync*(2) and without any other preparation. This is the default.
+
+*soft*::
+Make the kernel send the *SIGINT* (interrupt) signal to the *init* process (this is always the process with PID 1). If this option is used, the *init*(8) program must support this feature. Since there are now several *init*(8) programs in the Linux community, please consult the documentation for the version that you are currently using.
+
+When the command is run without any argument, it will display the current setting.
+
+The function of *ctrlaltdel* is usually set in the _/etc/rc.local_ file.
+
+== OPTIONS
+
+include::man-common/help-version.adoc[]
+
+== FILES
+
+_/etc/rc.local_
+
+== AUTHORS
+
+mailto:poe@daimi.aau.dk[Peter Orbaek]
+
+== SEE ALSO
+
+*init*(8),
+*systemd*(1)
+
+include::man-common/bugreports.adoc[]
+
+include::man-common/footer.adoc[]
+
+ifdef::translation[]
+include::man-common/translation.adoc[]
+endif::[]