| General Databases (71) Linux (42) Apache (10) Network (11) shell (12) Outside the Cube (2086) Programming (730) Web publishing (118) Windows (355) |
How to add a group in BSD Unix
Question: The mysql install instructions tell me to create a new group 'mysql' and a user 'mysql'. But the suggested (standard unix) command groupadd does not work on my BSD system?Answer: You need to run the following commands. Use tool pw to add groups and users, and notice the reverse order of arguments in the command to add a user.
Comments:
|