############################# # any comments begin with a "#" # separate object name and object type with a "," # # If the object type is a container, it must be empty # before being deleted ! # next line will try to find any object of type "user" #* , user # next line will try to find any object of type "group" #* ,group # next line will try to find any object of type "user", #begining with a "a" a* , user #a* , group