Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
A question about sigsend(C function)
Name: carlos Date: May 22, 2000 at 01:54:18 Pacific
Comment:
Hi, I'm programming in C in a Unix machine. I need a function like SIGSEND.
The sigsend() function sends a signal to the process or group of processes specified by id and idtype.
But the sending process user must be super-user, because if the process is owned by other user this function returns error.
I need a function like this, but without need a super user.
Summary: I know that Linux OS is based off of the Unix system, but I have a question. I am a newbie user to open source. Is Unix similar to Linux as far as the Kernel and how it gets compiled and booted? Wh...
Summary: I am having trouble exporting variables set in a script to a function inside the script. 1. The variable must be set outside the function because it will be called outside as well as inside the functi...
Summary: thanks nails. let me try this.. i have a question about printf tho. is it only going to print 2 column. b/c i wanted to print all the columns. its just first 2 column has to be 0:0:0 and Red. when you...