Print this page
5700 add zlogin -d option to allow graceful disconnect when zone is halted
Reviewed by: Andrew Gabriel <illumos@cucumber.demon.co.uk>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
*** 4,14 ****
NAME
zlogin - enter a zone
SYNOPSIS
! zlogin [-CEQ] [-e c] [-l username] zonename
zlogin [-nEQS] [-e c] [-l username] zonename utility
[argument]...
--- 4,14 ----
NAME
zlogin - enter a zone
SYNOPSIS
! zlogin [-dCEQ] [-e c] [-l username] zonename
zlogin [-nEQS] [-e c] [-l username] zonename utility
[argument]...
*** 62,71 ****
--- 62,76 ----
-C
Connects to the zone console.
+ -d
+ Disconnect from the console when the zone halts. This
+ option may only be used if the -C option is specified.
+
+
-e c
Specifies a different escape character, c, for the key
sequence used to access extended functions and to
disconnect from the login. The default escape character
is the tilde (~).
*** 188,193 ****
corresponds to an NFS file. This includes the executable itself or the
shared libraries.
! January 22, 2014 ZLOGIN(1)
--- 193,198 ----
corresponds to an NFS file. This includes the executable itself or the
shared libraries.
! March 17, 2015 ZLOGIN(1)