Next: Installing PostgreSQL
Up: Creating a ''postgres'' user
Previous: Macintosh
Contents
In order to create a new account named postgres, follow the instruction as below.
- Become root by using su command
- Create a group named postgres
- Create a user named postgres
- Set password for postgres
Here is how this might be done:
$ su -
# addgroup postgres
# adduser -g postgres
# passwd postgres
manabu
2010-11-14