commands – property delete
Delete a group property.
Usage
property delete group [name]
where
group | name of group whose property/properties to delete. |
name | of property to delete. If not specified, all properties for group will be deleted. |
write on group
Examples
Delete a single group property
BeyondCron % property list /admin
Type Name Value ----------- ---- ----------------------------- environment PATH /bin:/usr/bin:/sbin:/usr/sbin environment TZ UTC
BeyondCron % property delete $$ TZ
BeyondCron % property list $$
Type Name Value ----------- ---- ----------------------------- environment PATH /bin:/usr/bin:/sbin:/usr/sbin
Delete all group properties
BeyondCron % property delete /admin