# ctlinnd -h
We'll cover some of the more important uses of ctlinnd here; please consult the ctlinnd manual page for more detail.
Add a New Group
Use the following syntax to add a new group:
ctlinnd newgroup
The arguments are defined as follows:
The name of the group to create.
This argument should be coded in the same way as the
The name of the person creating the group. Enclose it in quotes if there are any spaces in the name.
Change a Group
Use the following syntax to change a group:
ctlinnd changegroup
The arguments are defined as follows:
The name of the group to change.
This argument should be coded in the same way as the
This command is useful to change the moderation status of a group.
Remove a Group
Use the following syntax to remove a group:
ctlinnd rmgroup
The argument is defined as follows:
The name of the group to remove.
This command removes the specified newsgroup from the
Renumber a Group
Use the following syntax to renumber a group:
ctlinnd renumber
The argument is defined as follows:
The name of the group to renumber. If a group is an empty string, all groups are renumbered.
This command updates the low-water mark for the specified group.
Allow/Disallow Newsreaders
Use the following syntax to allow or disallow newsreaders:
ctlinnd readers
The arguments are defined as follows:
Specifying n causes all newsreader connections to be disallowed. Specifying y allows newsreader connections.
The text supplied will be given to newsreaders who attempt to connect, and usually describes the reason for disabling newsreader access. When reenabling newsreader access, this field must be either an empty string or a copy of the text supplied when the newsreader was disabled.
This command does not affect incoming newsfeeds. It only controls connections from newsreaders.
Reject Newsfeed Connections
Use the following syntax to reject newsfeed connections:
ctlinnd reject
The argument is defined as follows:
The text supplied should explain why incoming connections to innd are rejected.
This command does not affect connections that are handed off to nnrpd (i.e., newsreaders); it only affects connections that would be handled by innd directly, such as remote newsfeeds.
Allow Newsfeed Connections
Use the following syntax to allow newsfeed connections:
ctlinnd allow
The argument is defined as follows:
The supplied text must be the same as that supplied to the preceding reject command or an empty string.
This command reverses the effect of a reject command.