su and password in a Korn shell script
Hi All,
In my shell script I want to use su - userid
and provide password for this user, but I don't know the syntax to do this, can anyone tell me what it is?
I have tried:
su - userid/password
and
su - userid password
but no luck...
|