
== Service ==

 * start   -- apply configuration 
 * stop    -- stop configuration 
 * restart -- stop; start
 * reload  -- restart the service, but do NOT re-apply config

== Shell ==

To start the shell, type `ncsh`. You must be `root` or have group
`netadmin` as your primary group to gain access to commands. If the
`netadmin` group is not your primary, then you can do as follows:

$ id
uid=500(peet) gid=500(peet) groups=6(disk),... 36(netadmin),...

$ sudo gpasswd netadmin
Password: <your password for sudo>
Changing the password for group netadmin
New Password: <new group password>
Re-enter new password: <re-enter it>

$ newgrp netadmin
Password: <group password>

$ id
uid=500(peet) gid=36(netadmin) groups=6(disk)...

In ALT Linux, commands `newgrp` and `gpasswd` are in `shadow-groups` package.
