Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lawsoncs
  • Content: Threads
  • Order by date
  1. lawsoncs

    Lightweight processes

    Hello, I have a daemon with 6 lightweight processes, and I want to just kill lightweight process #3. Is there any form of UNIX commands that we can use to kill this specific lighweight process?? Thanks for your help!!
  2. lawsoncs

    commands to kill a specific thread??

    Hello all, I am currently trying to find a way to use simple UNIX commands to kill a specific lighweight process(LWP or thread) of a daemon I am running. For instance, from doing a "ps -efL", I am able to see which LWP I want to get rid of. It has a Thread (or LWP) Id # of 6. Does...
  3. lawsoncs

    assign my variables??

    Hello, I have a small file produced that reads teh following: Score: 192, lines:30 'display.doc /home/kgo11/docroot/' and it has multiple lines liek this. I have set up my perl script to read teh file line by lise using while ( $line = <FILE> ) { ($Score, $Lines, $File, $Dir) = /Score...
  4. lawsoncs

    Anyone used Source Navigator 5??

    Hello, I am trying to use Red Hat's Source Navigator 5 for some MIL-STD assembly code. However, when I try to build my parser, I get the following errors symbols (and, yes, ALL of the libraries are available): kgserv1% make TARGET=1750a /opt/bin/gcc -o abrowser abrowser.o -L../../../../sdk/lib...
  5. lawsoncs

    who owns nohup?

    Hi all. Just wondeing something. Who has ownership of the nohup command? Is it root or otherwise?? Thansk a BUNCH!!!
  6. lawsoncs

    Dumb mail question

    Hi all! I know this may be stupid, but I've never used mail before. I wrote a program to schedule another program to run on any date and time. After my scheduled program completes, I would like to mail the user a message to tell the person that it is complete. How can I do this using the mail...
  7. lawsoncs

    No Trust from the Sun!!!!

    O.K., here's the scenario. I am executing my local program on a HP-UX system. However, in this program, we need to run some programs on a remote Solaris system using &quot;remsh -l username hostname command&quot; without entering a password. We have the usernames in the .rhosts files on the...
  8. lawsoncs

    NO Passwords??

    HI, I was wondering if anyone knew how I could skip the password entering when I'm doing a rsh command. How can we do it using the .rhosts file. we need this to speed up some processes at work. Thanks a BUNCH!!!!!:)
  9. lawsoncs

    rsh help??

    HI all!! Okay, I am using Solaris CDE and trying to communicate to a remote host containing another one of my accounts that has this Solaris in the .rhosts file. Since Iam at work in a secure network, I have to use it's IP address. Anyway, here's my command: rsh -l myusername 20.7.130.128 label...
  10. lawsoncs

    Telnet options.....

    O.K., I'm a programmer who just started last month and I need to know if Telnet has an option to execute a command after it is logged in. Anyone who could help wil be appreciated.

Part and Inventory Search

Back
Top