Print this page
3091 add -n to zlogin so its more compatible with rsh command line

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/zlogin.1
          +++ new/usr/src/man/man1/zlogin.1
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  .\" file except in compliance with the License.
   6    6  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or
   7    7  .\" http://www.opensolaris.org/os/licensing.  See the License for the specific
   8    8  .\" language governing permissions and limitations under the License.
   9    9  .\" When distributing Covered Code, include this CDDL HEADER in each file and
  10   10  .\" include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable,
  11   11  .\" add the following below this CDDL HEADER, with the fields enclosed by
  12   12  .\" brackets "[]" replaced with your own identifying information:
  13   13  .\" Portions Copyright [yyyy] [name of copyright owner]
  14   14  .\" Copyright 2013 DEY Storage Systems, Inc.
  15      -.TH ZLOGIN 1 "Sep 8, 2013"
       15 +.\" Copyright (c) 2014 Gary Mills
       16 +.TH ZLOGIN 1 "Jan 22, 2014"
  16   17  .SH NAME
  17   18  zlogin \- enter a zone
  18   19  .SH SYNOPSIS
  19   20  .LP
  20   21  .nf
  21   22  \fBzlogin\fR [\fB-CEQ\fR] [\fB-e\fR \fIc\fR] [\fB-l\fR \fIusername\fR] \fIzonename\fR
  22   23  .fi
  23   24  
  24   25  .LP
  25   26  .nf
  26      -\fBzlogin\fR [\fB-EQS\fR] [\fB-e\fR \fIc\fR] [\fB-l\fR \fIusername\fR] \fIzonename\fR \fIutility\fR
       27 +\fBzlogin\fR [\fB-nEQS\fR] [\fB-e\fR \fIc\fR] [\fB-l\fR \fIusername\fR] \fIzonename\fR \fIutility\fR
  27   28       [\fIargument\fR]...
  28   29  .fi
  29   30  
  30   31  .SH DESCRIPTION
  31   32  .sp
  32   33  .LP
  33   34  The \fBzlogin\fR utility is used by the administrator to enter an operating
  34   35  system zone. Only a superuser operating in the global system zone can use this
  35   36  utility.
  36   37  .sp
↓ open down ↓ 79 lines elided ↑ open up ↑
 116  117  .ne 2
 117  118  .na
 118  119  \fB\fB-l\fR \fIusername\fR\fR
 119  120  .ad
 120  121  .RS 15n
 121  122  Specifies a different \fIusername\fR for the zone login. If you do not use this
 122  123  option, the zone username used is "root". This option is invalid if the
 123  124  \fB-C\fR option is specified.
 124  125  .RE
 125  126  
      127 +.sp
      128 +.ne 2
      129 +.na
      130 +\fB-n\fR
      131 +.ad
      132 +.RS 15n
      133 +Redirect the input of \fBzlogin\fR to \fB/dev/null\fR.
      134 +This option is useful when the command running in the local zone
      135 +and the shell which invokes \fBzlogin\fR both read from standard input.
      136 +.RE
      137 +
 126  138  .sp
 127  139  .ne 2
 128  140  .na
 129  141  \fB-Q\fR
 130  142  .ad
 131  143  .RS 15n
 132  144  Specifies quiet mode operation.  In quiet mode, extra messages indicating the
 133  145  the function of \fBzlogin\fR will not be displayed, giving the possibility
 134  146  to present the appearance that the command is running locally rather than
 135  147  in another zone.
↓ open down ↓ 138 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX