The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > BSD
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #11 (permalink)  
Old 06-21-2008
cajunman4life cajunman4life is offline
Registered User
 

Join Date: Feb 2008
Location: Coolidge, AZ
Posts: 1
There's no need for a "addgroup" or "groupadd" command when:

Code:
# vi /etc/group
Does the trick just fine.

That's the beauty in UNIX. If you can edit a text file, you can configure the OS. No "regedit" or anything obscure like that.

As an aside, I usually use "vipw" to add users to my system (rather than the supplied "adduser" script or anything else invented to create user accounts).
Reply With Quote