groupadd on bash
- From: JRough <jlrough@xxxxxxxxx>
- Date: Mon, 26 Jan 2009 11:18:09 -0800 (PST)
I am installing mysql binaries on my mac. The first instruction says
to add a mysql group at the shell. It is the bash shell. There does
not appear to be a addgroup command. I found a setgroups command but
it didn't work.
j-rs-computer:/Users/jr root# sudo su
j-rs-computer:/Users/jr root# setgroups mysql
su: setgroups: command not found
j-rs-computer:/Users/jr root# groupadd mysql
su: groupadd: command not found
j-rs-computer:/Users/jr root#
I also tried:
j-rs-computer:/applications root# /bin/bash
j-rs-computer:/applications root# groupadd mysql
bash: groupadd: command not found
Can you tell me how to add a group?
By the way, after you do sudo su to be the root user how do you switch
back to the regular user?
thanks,
.
- Follow-Ups:
- Re: groupadd on bash
- From: Keith Thompson
- Re: groupadd on bash
- From: Joachim Schmitz
- Re: groupadd on bash
- Prev by Date: Re: How to add new "signal generator" keys in terminal?
- Next by Date: Re: groupadd on bash
- Previous by thread: How to add new "signal generator" keys in terminal?
- Next by thread: Re: groupadd on bash
- Index(es):
Relevant Pages
|