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>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/zlogin.1.man.txt
          +++ new/usr/src/man/man1/zlogin.1.man.txt
   1    1  ZLOGIN(1)                        User Commands                       ZLOGIN(1)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         zlogin - enter a zone
   7    7  
   8    8  SYNOPSIS
   9      -       zlogin [-CEQ] [-e c] [-l username] zonename
        9 +       zlogin [-dCEQ] [-e c] [-l username] zonename
  10   10  
  11   11  
  12   12         zlogin [-nEQS] [-e c] [-l username] zonename utility
  13   13              [argument]...
  14   14  
  15   15  
  16   16  DESCRIPTION
  17   17         The zlogin utility is used by the administrator to enter an operating
  18   18         system zone. Only a superuser operating in the global system zone can
  19   19         use this utility.
↓ open down ↓ 37 lines elided ↑ open up ↑
  57   57                                 persistent across reboot of the zone.
  58   58  
  59   59  
  60   60  OPTIONS
  61   61         The following options are supported:
  62   62  
  63   63         -C
  64   64                        Connects to the zone console.
  65   65  
  66   66  
       67 +       -d
       68 +                      Disconnect from the console when the zone halts. This
       69 +                      option may only be used if the -C option is specified.
       70 +
       71 +
  67   72         -e c
  68   73                        Specifies a different escape character, c, for the key
  69   74                        sequence used to access extended functions and to
  70   75                        disconnect from the login. The default escape character
  71   76                        is the tilde (~).
  72   77  
  73   78  
  74   79         -E
  75   80                        Disables the ability to access extended functions or to
  76   81                        disconnect from the login by using the escape sequence
↓ open down ↓ 106 lines elided ↑ open up ↑
 183  188         login(1), rsh(1), vi(1), su(1M), zoneadm(1M), zonecfg(1M),
 184  189         attributes(5), zones(5)
 185  190  
 186  191  NOTES
 187  192         zlogin fails if its open files or any portion of its address space
 188  193         corresponds to an NFS file. This includes the executable itself or the
 189  194         shared libraries.
 190  195  
 191  196  
 192  197  
 193      -                               January 22, 2014                      ZLOGIN(1)
      198 +                                March 17, 2015                       ZLOGIN(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX