Search Results

Search: Posts Made By: blazix
71,936
Posted By blazix
Bhargav, su - username -c "/usr/bin/nohup ...
Bhargav,

su - username -c "/usr/bin/nohup /opt/user/scripts/test.sh &"

This is the exactly code which I used but the script is giving the errors.
Hence, I posted the query.
71,936
Posted By blazix
please post your OS and version:HP-UX B.11.11 ...
please post your OS and version:HP-UX B.11.11

$ which nohup :/usr/bin/nohup //output

$ file /opt/user/nohup : cannot open
$ ls -l /opt/user/nohup : not found

Since the nohup.out is created...
71,936
Posted By blazix
#!/bin/ksh # This script calls the weblogic...
#!/bin/ksh

# This script calls the weblogic start script if the file exist

if [ -f /opt/user/scripts/test.sh ]
then
echo "testing script"
su - username -c "nohup...
71,936
Posted By blazix
The nohup is the current working directory if...
The nohup is the current working directory if given at the command line.
If I use in the shell script it is the home directory of the user ie., /opt/user is the default home dir for the user when he...
71,936
Posted By blazix
Nohup Command
Hello All,

I am newbie to unix.I am trying to use NOHUP command in shell script it works fine with only "nohup test.sh 10 &" and "/opt/user/nohup test.sh 10 &" gives an error saying "ksh:...
Showing results 1 to 5 of 5

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