Operating System - HP-UX
1832235 Members
2452 Online
110041 Solutions
New Discussion

Re: Back ground process killed on using Ctrl-C

 
SOLVED
Go to solution
James R. Ferguson
Acclaimed Contributor

Re: Back ground process killed on using Ctrl-C

Hi Jason:

> Can i use tusc for all versions of HP-Ux ???

Binaries for 11.11, 11.23 and 11.31 are available from the HP-UX Porting Centre:

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.82/

Installation takes just a minute or two and no reboot is required. The product is installed into '/usr/local/bin' using the standard SD ('swinstall') tools so that it can be tracked like any product ('swlist") and removed ('swremove') if later desired.

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: Back ground process killed on using Ctrl-C

>then redirecting it to dev/null would be like this right.
#TradexLocMon trdxdev 2 2 & 0>/dev/null

Well you have a typo and I would reorder it as:
TradexLocMon trdxdev 2 2 < /dev/null &