The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-06-2008
vasanth.vadalur vasanth.vadalur is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 24
Is it SUN?

What was the OS. Is it SUN microsystem?


Quote:
Originally Posted by Selva_Kumar View Post
Hi All,

I have created one script with starting letter 'S' (Example: Start) and stored in the path "/etc/rc.d/".

This script was called automatically when we reboot the server.
In this script i am using 'su' command to switch other user but it is not working, it giving some error.

su sas -c "pwd ; whoami"

Note:

After done the reboot, same command is working fine but it is not working when we rebooting the server.

Please help me to resolve this issue.