Since 4/2/2012 6:26:47 AM, boss_bhat has written 8 articles and participated in 3 conversations. boss_bhat signature: boss_bhat
boss_bhat's articles:
Items(8) /1
Need Help with find command2111 (3/6/2006 10:06:31 AM) comp.unix.programmer hi , how to use find command to find all source files(*.c and *.h" ) in a directory which have write permission. Thanx in Advance Mavinkuli ... Mavinkuli
pgrep equivalent function0287 (11/10/2005 1:36:17 PM) comp.unix.programmer Hi all, Is any function available in unix that gives the process id of a given process if it is running on the system. What I mean to say is any API that gives result similar to pgrep, Say for example See... Mavinkuli
Multiple Instances of program3337 (11/9/2005 5:10:19 PM) comp.unix.programmer Hi all, I am trying to stop running multiple instances of my code. i have done some thing like this, if ((tempFD = open(tempFileName, O_RDWR | O_CREAT | O_EXCL)) < 0) return (1); ... Mavinkuli
Shared memory Problem2115 (11/3/2005 11:44:42 AM) comp.unix.programmer HI all I am new to unix programming, I have client and server that uses shared memory I have code like this, key = 5678; if ((shmid = shmget(key, SHMSZ, IPC_CREAT | 0666)) < 0) { perror("shmget"); ... Mavinkuli
how to open stdout1263 (9/8/2005 7:01:41 AM) comp.lang.c Assume stdout is closed and if i now want to open stdout, how to open it? IS this correct way of opening stdout fopen(stdout,"/dev/null"); Thanks Prasanna Bhat Mavinkuli ... boss_bhat
Memory Allocating problem724 (7/8/2005 12:56:11 PM) comp.lang.c Hi all , I am beginner to C programming. I have a defined astructure like the following, and i am using aliases for the different data types in the structure, typedef struct _NAME_INFO { struct _NAME_INF... boss_bhat
Retrieving vfs file entry122 (3/9/2005 2:31:10 PM) comp.os.linux.misc Hi all, I am fresher to the unix platforms. All I need to know is any replacement technology/ Work around exists for the following APIs on Linux, getvfsent(), getvfsbytype(), getvfsbyname(), getvfsbyflag() set... boss_bhat
Performance Monitor Library036 (2/16/2005 3:11:43 PM) comp.os.linux.misc hi all, I am currently looking for the Input Method Library(AIX) equivalent on Linux. And I am engaged in the porting work from AIX to Linux. The Input Method is a set of subroutines that translate key strokes... boss_bhat
boss_bhat's replies:
Items(2) /1
Linux equivalent2655 (9/7/2004 9:25:31 AM) comp.os.linux.advocacy gettaskid(),settaskid() functions are found in Solaris, Geeks can I get equivalent for these functions on Linux side. alex ... alex_xml(1)
how to open stdout1263 (9/8/2005 7:01:41 AM) comp.lang.c Assume stdout is closed and if i now want to open stdout, how to open it? IS this correct way of opening stdout fopen(stdout,"/dev/null"); Thanks Prasanna Bhat Mavinkuli ... boss_bhat(11)