bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: id/groups


From: Jim Meyering
Subject: Re: id/groups
Date: 27 Feb 2001 17:54:35 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.99

Don Buchholz <address@hidden> wrote:
| The man page for id(1) states "-G" will print only supplementary
| groups.  Yet, version 2.0 (from RedHat "sh-utils-2.0-5") prints
| the primary group in addition to the supplementary groups.

Thanks for the report.
That has been fixed for the next test release.
Here's the corrected --help output:

  Usage: ./id [OPTION]... [USERNAME]
  Print information for USERNAME, or the current user.

    -a              ignore, for compatibility with other versions
    -g, --group     print only the effective group ID
    -G, --groups    print all group IDs
    -n, --name      print a name instead of a number, for -ugG
    -r, --real      print the real ID instead of the effective ID, with -ugG
    -u, --user      print only the effective user ID
        --help      display this help and exit
        --version   output version information and exit

  Without any OPTION, print some useful set of identified information.

  Report bugs to <address@hidden>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]