This section is located at the libraries url-categories level.
To create a URL category group, use the following command:
Admin@UGOS# create libraries url-categoriesYou need to specify the following parameters:
|
Parameter |
Description |
|---|---|
|
name |
URL category group name. |
|
description |
Group description. |
|
categories |
URL categories to add to the group. |
To change group parameters, use the following command:
Admin@UGOS# set libraries url-categories <list-name>To add URL categories to an existing group, use the following command:
Admin@UGOS# set libraries url-categories <list-name> categories + [ <url-category> ... ]To delete a URL category group, use the following command:
Admin@UGOS# delete libraries url-categories <list-name>To delete individual categories from a group, use the following command:
Admin@UGOS# delete libraries url-categories <list-name> categories [ <url-category> ... ]To display information about all URL category groups, use the following command:
Admin@UGOS# show libraries url-categoriesTo display information about an individual URL category group, use the following command:
Admin@UGOS# show libraries url-categories <list-name>To display a list of URL categories in a group, use the following command:
Admin@UGOS# show libraries url-categories <list-name> categories