![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing prompt | kjbaumann | SUN Solaris | 2 | 06-29-2006 10:05 AM |
| changing group ID | frankkahle | Filesystems, Disks and Memory | 4 | 05-19-2006 10:24 AM |
| File group ownership changing automatically | top_gun | UNIX for Advanced & Expert Users | 1 | 12-09-2005 11:37 AM |
| Changing the Effective Group ID | Jody | UNIX for Dummies Questions & Answers | 2 | 12-05-2002 11:53 AM |
| Changing IP's | Hordak | UNIX for Dummies Questions & Answers | 2 | 08-02-2002 09:42 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Changing userID and Changing group and GID
Hello,
I want to write a ksh script about changing UID and changing group with GID. There are multiple servers i want to perform that job. linux1 linux2 linux3 linux4 linux5 ...... . . . . . 1.) How can i enter "password" in script rather asking me? I was trying this... ssh csmith@linux echo 'PASSWD="xxxxx"' 2) The above job has to perform on root level how can i have machine enter su - and it password? then su - echo 'PASSWD="xxxxx"' -Adeel |
| Forum Sponsor | ||
|
|