LocalGroupUnixProfileExists
Checks whether a UNIX profile exists for the specified local group in the zone.
Syntax
bool LocalGroupUnixProfileExists(string groupName
)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
---|---|
groupName
|
The group name for which you want to check whether a UNIX profile exists. |
Return value
Returns true
if the local UNIX group profile is found in the zone, or false
if
no UNIX profile exists for the group in the zone.
Exceptions
LocalGroupUnixProfileExists
may throw the following exception:
ArgumentNullException
if the specified parameter value is null.