I h开发者_运维百科ave an old server (Solaris 8) running Informix Dynamic Server 2000 Version 9.21.UC4, and I want to get ODBC enabled so that I can get to the data from elsewhere, but I haven\'t been
I can use ipcs(1) to list out the active shared memory objects on a Solar开发者_JAVA百科is 10 box, but it lists them by key.I\'m opening the objects via shm_open(3), though, which takes a character st
G\'day, This has been asked before for VC++ but I am interested in the answer for Solaris. I\'m compiling and linking the following trivial C code:
Is there an opportunity to write STDERR message to the /var/cron/log file when a job fails to execute? Or only the return codes can开发者_JS百科 be written?I think the /var/cron/log is only used by cr
I have 1000 files in a directory. I\'m on a solaris machine I want to replace the string \" /example/test/temp \" t0 \" /testing/in/progress/ in all the xml file开发者_如何学编程s in my directory.
Fromt he Mannul of fcntl in solaris, Upon successful completion, value returned for F_SETLKW will be \"Value other than -1\".
I have a mul开发者_StackOverflowti-threaded application(C++ and pthread library) and I will like to know how much resources(CPU and memory) each thread uses.
I\'ve got a process that is currently running (arserverd) that was started by user \"remedy\".I am able to log in as this user.I would like to capture stderr and stdout without restarting the 开发者_J