MKGROUP(1) CYGWIN MKGROUP(1) OPTIONS usage: mkgroup [options] [domain] This program prints a /etc/group file to stdout Options: -l,--local print local group information -d,--domain print global group information from the domain specified (or from the current domain if there is no domain specified) -o,--id-offset offset change the default offset (10000) added to uids in domain accounts. -s,--no-sids don't print SIDs in pwd field (this affects ntsec) -u,--users print user list in gr_mem field -?,--help print this message One of `-l' or `-d' must be given on NT/W2K. DESCRIPTION The mkgroup program can be used to help configure your Windows system to be more UNIX-like by creating an initial /etc/group substitute (some commands need this file) from your system information. It only works on NT. To initially set up your machine, you'd do something like this: $ mkdir /etc $ mkgroup -l > /etc/group Note that this information is static. If you change the group information in your system, you'll need to regener- ate the group file for it to have the new information. The -d and -l options allow you to specify where the information comes from, either the local machine or the default (or given) domain. COPYRIGHT Cygwin is Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. Cygwin is Free software; for complete licensing informa- tion, refer to: http://cygwin.com/licensing.html MAINTAINER This man page was written and is maintained by Joshua Daniel Franklin, joshuadfranklin@yahoo.com SEE ALSO The full documentation to the Cygwin Utilities is main- tained on the web at: http://cygwin.com/cygwin-ug-net/using-utils.html The website is updated more frequently than the man pages and should be considered the authoritative source of information. 2002 Apr 12 MKGROUP(1)