Guest User

Untitled

a guest
Jan 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ## postgresl
  2.  
  3.  
  4. [root@LCENT01:/var/lib/pgsql] #rpm -qa | grep postgres
  5. postgresql-8.1.22-1.el5_5.1
  6. postgresql-libs-8.1.22-1.el5_5.1
  7. postgresql-server-8.1.22-1.el5_5.1
  8.  
  9.  
  10.  
  11.  
  12. ## permissions / ownership on pgsql dir
  13.  
  14.  
  15.  
  16. [root@LCENT01:/var/lib/pgsql] #ls -lh
  17. total 40K
  18. drwxr-xr-x 2 postgres postgres 4.0K Mar 19 13:13 archive
  19. drwx------ 2 postgres postgres 4.0K Oct 11 10:42 backups
  20. drwx------ 12 postgres postgres 4.0K Mar 24 22:34 data
  21. drwxr-xr-x 3 postgres postgres 4.0K Jan 15 23:42 lib
  22. -rw------- 1 postgres postgres 3.3K Feb 24 10:23 pgstartup.log
Add Comment
Please, Sign In to add comment