group

package
v1.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2018 License: Apache-2.0 Imports: 8 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LookupGid

func LookupGid(groupName string) (gid int, err error)

LookupGid reads the group file and returns the gid of the group specified by groupName.

func LookupGidFromFile added in v1.1.0

func LookupGidFromFile(groupName, groupFile string) (gid int, err error)

LookupGid reads the group file specified by groupFile, and returns the gid of the group specified by groupName.

Types

type Group

type Group struct {
	Name  string
	Pass  string
	Gid   int
	Users []string
}

Group represents an entry in the group file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL