![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| scripts running under different users | csnewbie | UNIX for Dummies Questions & Answers | 1 | 02-14-2007 04:52 PM |
| changing permission using scripts | BigTool4u2 | UNIX for Dummies Questions & Answers | 8 | 04-21-2004 11:48 PM |
| Changing Users | Bab00shka | Shell Programming and Scripting | 2 | 08-01-2003 04:44 AM |
| Changing Users Passwords Via Script? | PJolliffe | UNIX for Advanced & Expert Users | 3 | 04-10-2002 08:54 AM |
| shell scripts to create 100 users | xiamin | UNIX for Dummies Questions & Answers | 9 | 09-07-2001 01:47 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Scripts and changing users
Hi,
I am writing somescripts to shut down some services in Korn Shell. Some of the services are under different owners. For example when I want to shutdown NXserver I need to be "root", but when I shut down the webserver I need to be under a different user. Manual I would use "su root" and then type the password to log in as a super user. How do I write a script to login as 'root' and pass the password as an argument? Thanks |
|
||||
|
got it:
su root -c myscripts.ksh |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|