Search Results

Search: Posts Made By: soccertl
Forum: AIX 10-05-2010
2,280
Posted By soccertl
Thanks DG, that did it. I appreciate the help. I...
Thanks DG, that did it. I appreciate the help. I forgot ps won't display the whole description without -f.
Forum: AIX 10-05-2010
2,280
Posted By soccertl
Thanks DG, but I am not looking for my invoker, I...
Thanks DG, but I am not looking for my invoker, I already know that one. I am looking for the name of the script file that sent me a signal 15. We have several scripts that look for my specific...
Forum: Programming 10-04-2010
10,311
Posted By soccertl
I have never used it, but does setting the...
I have never used it, but does setting the non-blocking flag on stdin work?

int ctrlflags;
ctrlflags = fcntl(stdin, F_GETFL);
ctrlflags |= O_NONBLOCK;
fcntl(stdin, F_SETFL, ctrlflags);

If...
Forum: AIX 10-04-2010
2,280
Posted By soccertl
Finding name of script file that signaled my process
Is there a way to find out the path/name of a script file that signaled my process? All that shows up from the signal info data is ksh. Even in getprocs64 is is just ksh. I am not sure why the full...
Showing results 1 to 4 of 4

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