Search Results

Search: Posts Made By: vkn_1985
44,296
Posted By vkn_1985
Thank you. Now I get it. Hey, I have two...
Thank you. Now I get it.

Hey, I have two more questions. I was trying sigaction before fork(), but I see some unexpected results!
1. I trigger SIGINT signal only once using kill function. I...
44,296
Posted By vkn_1985
Thank you. But I didnt get why printf() should...
Thank you. But I didnt get why printf() should not be used...Looking at the link you have posted, I am guessing functions like printf cannot be interruped in the middle. Am I right?
And which other...
44,296
Posted By vkn_1985
Sending signal from child to parent process!
Hi All,
I facing a problem in handling signals between parent process communication. I am trying to send a signal(SIGINT) from child to parent. I am using kill function to do so and I am trying to...
Forum: Programming 10-25-2009
1,873
Posted By vkn_1985
Problem in opening a file!
Hello All,
I am new to programming in unix.
I am trying to create a file by using open command. The entire file is :

#include<fcntl.h>
main(void){
int fd;
fd = open("File1",...
Showing results 1 to 4 of 4

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