Tuesday, May 31, 2016

How to Use pseudouser

/apps/geogoogle is owned by the s_geogle pseudouser. If you want to copy data into a directory owned by it, a typical method would be:

Place db.properties file in /apps/tmp/
sudo su – s_geogle
cd /apps/geogoogle
cp /apps/tmp/db.properties .
(or)
cp /apps/tmp/db.properties /apps/geogoogle/db.properties