The UNIX and Linux Forums  

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



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Can we execute series of commands from a single script? virendra maloo Shell Programming and Scripting 2 03-12-2008 07:52 AM
Pls Help-Script to execute Commands and write to excel file Computer_baby Shell Programming and Scripting 1 01-08-2008 08:34 AM
How to execute multiple commands via ssh srage Shell Programming and Scripting 9 01-05-2008 03:18 AM
Can Xargs execute multiple commands of evry input file nilesrex Shell Programming and Scripting 4 08-30-2006 09:39 AM
how to execute shell commands in awk script? RishiPahuja Shell Programming and Scripting 1 09-02-2005 10:37 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 04-25-2006
hvincent hvincent is offline
Registered User
  
 

Join Date: Apr 2006
Posts: 1
how do i get my script to execute multiple commands?

New to shell scripting.

I can't get my script to execute multiple commands.

Here's the code. It's a menu script.

#!/bin/ksh
clear
print "SDE MENU"
PS3="SDE MENU, enter choice:"
select clean_menu in "tasdedev instance 5151" "orkindev instance 5155" "tasdetst
instance 5157" "orkinsys instance 5159" "orkidev instance 5168" "Exit"

do
case $clean_menu in

"tasdedev instance 5151")
su - tasdedev \
sdemon -o status 5151;;

It su's but will not execute the next command.

I sometimes receive the following message:
SDE MENU, enter choice:2
ksh: sdemon: 0403-006 Execute permission denied.

Sometimes it just su's.

Help.
  #2 (permalink)  
Old 04-26-2006
RTM's Avatar
RTM RTM is offline Forum Advisor  
Hog Hunter
  
 

Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Try using the su with the command option on the same line:
su - tasdedev -c "sdemon -o status 5151"
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 06:41 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0