Search Results

Search: Posts Made By: Gajendra_PH
6,798
Posted By Gajendra_PH
Thank You Don Cragun and Scrutinizer for your...
Thank You Don Cragun and Scrutinizer for your useful responses. I will try in one of this approach.
6,798
Posted By Gajendra_PH
Trap killing PID
Hi,

Just wonder if there is a way to identify the PID of the killing process using trap.

Please let me know possible solution.

#!/bin/ksh

hello () {
print "in hello";
print "PID of...
2,353
Posted By Gajendra_PH
Parameter getting truncated using stanzaget
Hi,

My script reading parameters from a parameter file using stanzaget. (runs on ksh).

One of the paramter is collection of unique numbers separated by comma and it is lengthy.

Parameter...
10,188
Posted By Gajendra_PH
Hi Alister, My script calls the program to...
Hi Alister,

My script calls the program to suspend console timeout. Issue seen when program run in background in script. What I have to modify in the script to avoid the issue. How to override...
10,188
Posted By Gajendra_PH
Thanks you all for replying with good...
Thanks you all for replying with good information. Now I understand the problem and will avoid calling the app in background.

Alister, I'm using a customized Linux OS for embedded application. ...
10,188
Posted By Gajendra_PH
Inappropriate ioctl for device
Sample program tty, this will be get called from my script test_script.

#include <stdio.h>
#include <unistd.h>
#define TTY_NAME_MAX 32
#define STDIN_FILENO 0 /* Standard input. ...
Showing results 1 to 6 of 6

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