Binaries/groupcheck: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this binary is used to check ownership of a group")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
this binary is used to check ownership of a group
this [[Binaries|binary]] is used to check membership of a group
 
 
'''usage:'''
 
groupcheck groupname username
 
 
'''output:'''
 
either true or false
 
 
eg: "''groupcheck bar foo''" checks if user foo is member of group bar

Latest revision as of 00:19, 27 September 2024

this binary is used to check membership of a group


usage:

groupcheck groupname username


output:

either true or false


eg: "groupcheck bar foo" checks if user foo is member of group bar