Search Results

Search: Posts Made By: soorajmu
Forum: Programming 12-09-2003
1,971
Posted By soorajmu
Behaviour of default
Hi,

If I have the following code :

int i=2;
switch(i)
{
case 1 : {};break;
default : { printf("d"); };break;
case 2 : { printf("2"); };break;
}


what will be the output?
...
5,368
Posted By soorajmu
Standard output not redirected from /bin/sh
I have an application which has a lot of cout & cerr statements.

This application also opens a log file (for eg a.log).

When this application is run from the inittab file as follows

/bin/sh...
3,450
Posted By soorajmu
Where i can get the lsof utility. I want it to...
Where i can get the lsof utility. I want it to use for HP-UX 11 machine. I found one lsof utility in HP-UX10.2 machine,copied to HP-UX 11. It gives a warning that lsof was compiled for HP-UX 10.2
...
3,450
Posted By soorajmu
Association b/w sockets & processes
Hi,

Is there any way i can know the association between sockets and the processes which created them.

:confused:
21,750
Posted By soorajmu
Doubt regarding "init q"
I am writing a script for the installation of a new version of my executable. The process is started from inittab. The script does the following
1.Comment the process entry from inittab.
2."init...
Showing results 1 to 5 of 5

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