2015-09-07 11:02:38 +00:00
|
|
|
.Dd September 7, 2015
|
2015-02-02 17:34:26 +00:00
|
|
|
.Dt CTRLALTDEL 8
|
|
|
|
.Os ubase
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ctrlaltdel
|
2015-09-07 11:02:38 +00:00
|
|
|
.Nd toggle Ctrl-Alt-Del behaviour
|
2015-02-02 17:34:26 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2015-09-07 11:02:38 +00:00
|
|
|
.Fl h | s
|
2015-02-02 17:34:26 +00:00
|
|
|
.Sh DESCRIPTION
|
2015-09-07 11:02:38 +00:00
|
|
|
.Nm
|
2015-09-07 11:07:02 +00:00
|
|
|
toggles the function of Ctrl-Alt-Del based on the two choices given in
|
2015-09-07 11:02:38 +00:00
|
|
|
.Pa linux/kernel/sys.c :
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It hard reset
|
|
|
|
reboot the computer immediately without calling
|
|
|
|
.Xr sync 2 .
|
|
|
|
.It soft reset
|
|
|
|
send SIGINT to
|
|
|
|
.Xr init 8 .
|
|
|
|
.El
|
2015-02-02 17:34:26 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl h
|
2015-09-07 11:02:38 +00:00
|
|
|
Set to hard reset.
|
2015-02-02 17:34:26 +00:00
|
|
|
.It Fl s
|
2015-09-07 11:02:38 +00:00
|
|
|
Set to soft reset.
|
2015-02-02 17:34:26 +00:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr sync 2 ,
|
|
|
|
.Xr init 8
|