Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KenwoodFox/0506bfd2fc1422760cd11d240b241683 to your computer and use it in GitHub Desktop.
Save KenwoodFox/0506bfd2fc1422760cd11d240b241683 to your computer and use it in GitHub Desktop.
# service postgresql start
2020-05-13 16:22:20.675 EDT [33085] LOG: listening on IPv6 address "::1", port 5432
2020-05-13 16:22:20.675 EDT [33085] LOG: listening on IPv4 address "127.0.0.1", port 5432
2020-05-13 16:22:20.676 EDT [33085] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432"
2020-05-13 16:22:20.689 EDT [33085] LOG: ending log output to stderr
2020-05-13 16:22:20.689 EDT [33085] HINT: Future log output will go to log destination "syslog".
root@Bacula-Iron2:/ # su pgsql
su: unknown login: pgsql
root@Bacula-Iron2:/ # su postgres
$ exit
root@Bacula-Iron2:/ # ps auwwx | grep postgresq
root 33099 0.0 0.0 6732 2552 1 S+J 16:22 0:00.00 grep postgresq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment