Hello

I want to write a script in k shell to change UID, group and GID. I don't want to enter a password when i login to multiple machines. Since this task perform on root level i want to have su - password in script also. Anybody can provide me a sample of script.

servername= linux1, linux2...so on.


-Ad