I\'m trying to compile a C++ program and one of the classes uses . g++ is not able to find the libraries would be my guess. The command i use to compile is -
I want to read开发者_开发百科 a block in zpool storage pool using dd command. Since zpool doesn\'t create a device file like other volume manager like vxvm. I dunno which block device to use for readi
I am just looking for a simple tutorial/example to put me in the right direction, I cannot seem to find a good simpl开发者_运维问答e one.
In my program, I create 100 threads, then wait for all of them to join and then repeat this operation again.
In solaris when open call to char special device file is made in user space, the driver\'s open call is called with only two parameters. 1. major and mi开发者_如何学JAVAnor number and 2. flag that con
I have to make a ioctl call to the 64 bit driver code from a 32 bit application. I have send a stru开发者_如何转开发cture as an argument to ioctl call. I see lot of alignment and padding issues becaus
I wrote a test program like this: #include <sys/socket.h> int main( void ) { intsock = socket(AF_INET, SOCK_DGRAM, 0);
How can we debug Solaris 10 (Sparc) devic开发者_Go百科e drivers like we debug user processes using gdb? By using the mdb & kmdb debuggers:
On my Solaris 10 update 9 syste开发者_开发百科m the following command yields: #isainfo -b 64 But if I create the following program in C with limits.h is included I get:
In Unix, I have a process that I want to run using nohup. However this process will at some point wait at a prompt where I have to enter yes or no for it to continue. So far, in Unix I have been doing