Print this page
4023 - Typo in file(1) manpage and various others
   1 '\" te
   2 .\"  Copyright (c) 1992, X/Open Company Limited  All Rights Reserved  Portions Copyright (c) 2006, Sun Microsystems, Inc.  All Rights Reserved
   3 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
   4 .\" http://www.opengroup.org/bookstore/.
   5 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
   6 .\"  This notice shall appear on any product containing this material.
   7 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   9 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  10 .TH ID 1M "Nov 28, 2006"
  11 .SH NAME
  12 id \- return user identity
  13 .SH SYNOPSIS
  14 .LP
  15 .nf
  16 \fB/usr/bin/id\fR [\fB-p\fR] [\fIuser\fR]
  17 .fi
  18 
  19 .LP
  20 .nf
  21 \fB/usr/bin/id\fR \fB-a\fR [\fB-p\fR] [\fIuser\fR]
  22 .fi
  23 
  24 .LP
  25 .nf
  26 \fB/usr/bin/id\fR \fB-G\fR [\fB-n\fR] [\fIuser\fR]
  27 .fi
  28 
  29 .LP
  30 .nf


 205 .LP
 206 The following options are supported by both \fB/usr/bin/id\fR and
 207 \fB/usr/xpg4/bin/id\fR. The \fB-p\fR and \fB-a\fR options are invalid if
 208 specified with any of the \fB-G\fR, \fB-g\fR, or \fB-u\fR options.
 209 .sp
 210 .ne 2
 211 .na
 212 \fB\fB-p\fR\fR
 213 .ad
 214 .RS 6n
 215 Reports additionally the current project membership of the invoking process.
 216 The project is reported using the            format:
 217 .sp
 218 .in +2
 219 .nf
 220 "projid=%u(%s)"
 221 .fi
 222 .in -2
 223 .sp
 224 
 225 which is inserted prior to the \fB\n\fR character of the default format
 226 described in the \fBFormats\fR section. The arguments
 227 .sp
 228 .in +2
 229 .nf
 230 <\fIproject ID\fR>,<\fIproject name\fR>
 231 .fi
 232 .in -2
 233 .sp
 234 
 235 are appended to the end of the argument list.  If the project \fBID\fR cannot
 236 be mapped by the system into a printable project name, the corresponding
 237 \fB(%s)\fR and name argument is omitted from the corresponding format string.
 238 .RE
 239 
 240 .sp
 241 .ne 2
 242 .na
 243 \fB\fB-a\fR\fR
 244 .ad
 245 .RS 6n


   1 '\" te
   2 .\"  Copyright (c) 1992, X/Open Company Limited  All Rights Reserved  Portions Copyright (c) 2006, Sun Microsystems, Inc.  All Rights Reserved
   3 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
   4 .\" http://www.opengroup.org/bookstore/.
   5 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
   6 .\"  This notice shall appear on any product containing this material.
   7 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   9 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  10 .TH ID 1M "Sep 10, 2013"
  11 .SH NAME
  12 id \- return user identity
  13 .SH SYNOPSIS
  14 .LP
  15 .nf
  16 \fB/usr/bin/id\fR [\fB-p\fR] [\fIuser\fR]
  17 .fi
  18 
  19 .LP
  20 .nf
  21 \fB/usr/bin/id\fR \fB-a\fR [\fB-p\fR] [\fIuser\fR]
  22 .fi
  23 
  24 .LP
  25 .nf
  26 \fB/usr/bin/id\fR \fB-G\fR [\fB-n\fR] [\fIuser\fR]
  27 .fi
  28 
  29 .LP
  30 .nf


 205 .LP
 206 The following options are supported by both \fB/usr/bin/id\fR and
 207 \fB/usr/xpg4/bin/id\fR. The \fB-p\fR and \fB-a\fR options are invalid if
 208 specified with any of the \fB-G\fR, \fB-g\fR, or \fB-u\fR options.
 209 .sp
 210 .ne 2
 211 .na
 212 \fB\fB-p\fR\fR
 213 .ad
 214 .RS 6n
 215 Reports additionally the current project membership of the invoking process.
 216 The project is reported using the            format:
 217 .sp
 218 .in +2
 219 .nf
 220 "projid=%u(%s)"
 221 .fi
 222 .in -2
 223 .sp
 224 
 225 which is inserted prior to the \fB\en\fR character of the default format
 226 described in the \fBFormats\fR section. The arguments
 227 .sp
 228 .in +2
 229 .nf
 230 <\fIproject ID\fR>,<\fIproject name\fR>
 231 .fi
 232 .in -2
 233 .sp
 234 
 235 are appended to the end of the argument list.  If the project \fBID\fR cannot
 236 be mapped by the system into a printable project name, the corresponding
 237 \fB(%s)\fR and name argument is omitted from the corresponding format string.
 238 .RE
 239 
 240 .sp
 241 .ne 2
 242 .na
 243 \fB\fB-a\fR\fR
 244 .ad
 245 .RS 6n