Help! Duh!
I would like to run a process in background with nohup on a
SOLARIS 2.3. How can I get the korn shell script detectsetup
to be interpreted under ksh.
In Korn shell I attempted...
$ /bin/ksh -c "/usr/bin/nohup /export/home/setupin/detectsetup&"
$ [1] 15276
$ Sending output to nohup.out
Checking the process I find....
USER PID PPID COMMAND
pagein 15414 1 sh /export/home/setupin/detectsetup
^
| Why not Korn shell
My nohup.out file errors indicate Bourne shell is interpreting Korn shell
script (doesn't understand integer or [[).