"John Voiklis" <[EMAIL PROTECTED]> wrote: > I'm about to pull my hair out over this...where is pgsql installed? > > Also, what shell command adds a user...both useradd and adduser do not seem > to exist?
What server model? What's in your path (echo $PATH) and what have you tried? BTW, on the RaQ4 /usr/sbin/useradd and adduser is a symlink to it in the same dir. If you want the PostgreSQL commandline you want "psql". /usr/bin/psql. If you don't know whereis, locate or find you may want to read the man pages or online docs for those tools as they are quite useful for finding files. -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
