can you share sample script?
Main Topics
Browse All Topicsi have a script in a folder setup ..the scirpt is start_oc4j-vg...and login: sbbivish...Iam an admin I login as root ...the host is oklpoc12..... I have been asked to execute the script or write a script where in the script should execute as sbbivish...i need the information as where to make the changes or as how to write the script so that the script should be executed as sbbivish...Thanks
This question is in progress.
Our experts are working on an answer right now.
Sign up for immediate access to the solution once it becomes available.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you can even use sudo command
sudo -u <username> ./script
for more information about sudo check
http://linux.about.com/od/
~Vikas
Business Accounts
Answer for Membership
by: k_murli_krishnaPosted on 2009-09-29 at 20:34:11ID: 25455459
Since you are logged in as root, execute this script like this:
m/unix/uks h.htm
ksh execute_script.ksh
OR
./execute_script.ksh
Contents of execute_script.ksh:
su sbbivish
ksh start_oc4j-vg.ksh
OR
./start_oc4j-vg.ksh
Look for details in this link:
http://www.computerhope.co