| |
include("http://www.linux-faqs.com/HOWTO/HOWTO-INDEX/body.left.inc") ?>

|
|
just run:
# /usr/sbin/groupadd vpn-users
|
Now cat the /etc/group file and look at the last line. It should be
the entry for the vpn-users group. Note the third field. This is the group ID (GID).
Write it down, as we'll need it in a minute. For this example, the GID is 101.
|
|
include("http://www.linux-faqs.com/HOWTO/HOWTO-INDEX/body.right.inc") ?>

|
|