The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-11-2002
thehoghunter
Guest
 

Posts: n/a
Since the script is started by root, you should not need the password.

Sybase database can be started as the sybase user account using the following:

su - sybase -c "${SYBASE}/install/startserver -f ${SYBASE}/install/RUN_SBSA & nohup"

Hopefully that will help you with what you are trying to start.
(the portion posted came from a script written in sh on Solaris 2.6)