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 here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Regarding Shell Scripting anilkarikkandar UNIX for Dummies Questions & Answers 3 11-19-2006 09:26 PM
HELP PLS!! Shell Scripting!! Mary_xxx Shell Programming and Scripting 9 09-16-2006 03:52 AM
difference between AIX shell scripting and Unix shell scripting. haroonec Shell Programming and Scripting 2 04-12-2006 05:12 AM
something else on shell scripting master_6ez Shell Programming and Scripting 1 11-21-2004 08:42 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 10-24-2005
Registered User
 

Join Date: Oct 2005
Location: Kolkata
Posts: 8
Smile Shell scripting

Hi friends I am new in this forum....

I am currently working as a Linux Admin in a company.....

Currently i have faced a problem,if u help me that will great for me..

I need a little guidence 2 create a shell script which will

automatically changes 2 a specific user (just using "SU") according 2 me ,

then enter into a specifc directory and execute a executable file....

This should be completely time dependent and automatic.........
Reply With Quote
Forum Sponsor
  #2  
Old 10-24-2005
Registered User
 

Join Date: Jul 2005
Location: England
Posts: 183
Really need a little more information. Is the script run as root? Is it the same executable file in each directory changed to? if not how do you know what executable to run?

Out of interest, if it is *not* run as root then it can only be done in a totally insecure way unless you use sudo or something.

Unbeliever
Reply With Quote
  #3  
Old 10-26-2005
Registered User
 

Join Date: Jul 2005
Location: England
Posts: 183
Thanks for the info in the PM.

Root can run scripts as different users using 'su -c <username>'

So you could be doing something like.

Code:
for user in <user list>
do
   cd <relevant directory>
  su -c $user <command>
done
Reply With Quote
  #4  
Old 10-27-2005
Registered User
 

Join Date: Sep 2005
Posts: 130
I have tried with our code

i have given

su -c root in shellscript
but the error

standard in must be a tty
rm: cannot unlink `TIP-14-3000434.tip': Operation not permitted

was coming

please help

regards
rajan
Reply With Quote
  #5  
Old 10-27-2005
Registered User
 

Join Date: Jul 2005
Location: England
Posts: 183
'su -c' is just a construct for running a command as another user. It looks like the program you are running is having problems running under cron or something similar. I've never actually seen either of the errors you mention.

I would try searching for them in google and see what turns up. Remember that when you 'su -c <command' the command is being run as that user and so many operations that would succeed as root may fail.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 11:59 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0