Search Results

Search: Posts Made By: mjdbhouse
2,090
Posted By mjdbhouse
I got my answer. Need to prefix the commands wit...
I got my answer. Need to prefix the commands wit the username you want o run it as in:
somuser serverA = (username) /xxx
Then sudo -u username /xxx
2,090
Posted By mjdbhouse
use samba to become another user
Make that SUDO!
Does anybody use sudo to run programs as another user but not root?
I want to allow a user to run a compile script that oracle generally runs but if I could allow them to run it as...
35,247
Posted By mjdbhouse
Sorry. I think I was confusing myself by looking...
Sorry. I think I was confusing myself by looking at two many files. Let me try and verify things. What I thought I needed was the ability to then pass just the filename to the script and not the...
35,247
Posted By mjdbhouse
Looks promising. That will help me manage the...
Looks promising. That will help me manage the extensions but the cmd I want to run like frmcmp.sh uses the 'module=$i' variable so I'd need to figure out a way to grab the filename and use that...
35,247
Posted By mjdbhouse
Spoke to soon and I guess I should have mentioned...
Spoke to soon and I guess I should have mentioned there is more to this file.
If I use exit1 example it works well until I add to that script to check for the next type of file so the exit1 looks...
35,247
Posted By mjdbhouse
thanks all
Thanks all.
Looks like I can take it from here.
35,247
Posted By mjdbhouse
for i in ls question
Greetings,

I have a script that uses this syntax:

for i in `ls *.pll`
do
echo Compiling Lib $i .....
frmcmp.sh userid=$LOGON module_type=LIBRARY module=$i compile_all=yes batch=yes...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy