LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mkgroup

generates Unix /etc/group from Windows

TLDR

List local groups
$ mkgroup -l
copy
List domain groups
$ mkgroup -d
copy
Output to file
$ mkgroup -l > [/etc/group]
copy
List specific domain
$ mkgroup -d -D [DOMAIN]
copy
Show SID information
$ mkgroup -s
copy

SYNOPSIS

mkgroup [options]

DESCRIPTION

mkgroup generates Unix /etc/group from Windows. It's part of Cygwin for Windows integration.The tool converts Windows group information to Unix format. Used for Cygwin setup.

PARAMETERS

-l

List local groups.
-d
List domain groups.
-D DOMAIN
Specify domain.
-s
Include SID info.
--help
Display help information.

CAVEATS

Cygwin specific. Windows environment only. Maps Windows to Unix groups.

HISTORY

mkgroup is a Cygwin utility for generating Unix group file from Windows user database.

SEE ALSO

mkpasswd(1), cygwin(1), groupadd(8)

Copied to clipboard
Kai