Search Results

Search: Posts Made By: jackliang
3,130
Posted By jackliang
AIX - io info get from "libperfstat" not match "iostat"
Hi, everyone.
I need to write a program to get io info based on libperfstat.
But the "write time" of a disk is just half of the value get from iostat.
I'm confused and can't explain. Help please....
23,286
Posted By jackliang
Pallavi Tiwari, I think it's all right....
Pallavi Tiwari, I think it's all right. (https://www.unix.com/members/302103353.html)
23,286
Posted By jackliang
The first child process will still be alive when...
The first child process will still be alive when the parent process kills itself.
(ps: threre are serval errors in your program, but no big deal, I got you)
23,286
Posted By jackliang
Yeah, you're right. My problem has solved....
Yeah, you're right. My problem has solved. Thanks!
I'm not so familiar with unix/linux. At first, I waited a long time for the answer. No body answers or knowns, then I posted the question in...
Forum: AIX 07-19-2011
2,101
Posted By jackliang
Help with AIX XL C++ complier: app exit before main program
I have two shared libraries, A, B(B depents on A, both linked with -G option which means they're rtl enable), B's toc size is bigger than 64K(-bbigtoc), while A's toc size smaller than 64K.
Then I...
23,286
Posted By jackliang
signal between parent process and child process
Hello, everyone.
Here's a program:

pid_t pid = fork();

if (0 == pid) // child process
{
execvp ...;
}

I send a signal (such as SIGINT) to the parent process, the child process...
Forum: Programming 11-11-2010
11,973
Posted By jackliang
OK,I think I'll write a small program to find out...
OK,I think I'll write a small program to find out what'll happen.
you guys,thanks any way.
Forum: Programming 11-11-2010
11,973
Posted By jackliang
yes, then what is the defaut behavior in detail...
yes, then what is the defaut behavior in detail of threse signals?
for example, the default action of TERM is to terminate the process, then my question is what the detail procedures of the default...
Forum: Programming 11-11-2010
11,973
Posted By jackliang
yes, then what is the defaut behavior in detail...
yes, then what is the defaut behavior in detail of threse signals?
for example, the default action of TERM is to terminate the process, then my question is what the detail procedures of the default...
Forum: Programming 11-11-2010
11,973
Posted By jackliang
en, I mean flush the buffer and then terminate...
en, I mean flush the buffer and then terminate the process.
sometime, some log info will miss if sending a -TERM signal.
Forum: Programming 11-11-2010
11,973
Posted By jackliang
which signal will flush the file buffer in C/C++
which signal will flush the file buffer in C/C++?
eg. send a signal to flush all the file buffer to a file/stdout with out invoking fflush().
-INT, -TERM?
someone please help me, thanks in...
4,420
Posted By jackliang
clear! thanks again to all!!!
clear! thanks again to all!!!
4,420
Posted By jackliang
then, how to determine it's a posix shell or a...
then, how to determine it's a posix shell or a bourne shell
4,420
Posted By jackliang
In our HP-UX, /bin/sh -> /usr/bin/sh
In our HP-UX, /bin/sh -> /usr/bin/sh
4,420
Posted By jackliang
thanks a lot to all of you guys.
thanks a lot to all of you guys.
4,420
Posted By jackliang
en,thaks. And the 2nd question: if we say sh,...
en,thaks.
And the 2nd question:
if we say sh, does that mean the earliest shell on Unix, I mean the real file?
4,420
Posted By jackliang
sh is a real file or just a link?
Hi, I'm confused about sh. someone help me.Thanks!

Question:
1. sh is a real file or just a link to other shells suck as bash ksh, on Unix/Linux such as AIX HP-UX Solaris Redhat? How to find it...
Showing results 1 to 17 of 17

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