Search Results

Search: Posts Made By: techmonk
Forum: Programming 05-23-2014
4,358
Posted By techmonk
Modifying the myfunc function changing data->type...
Modifying the myfunc function changing data->type inplace of s->type


void myfunc(S *data)
{
switch(data->type) {
case TYPE_DS:
data->ds.dc=0;
...
1,919
Posted By techmonk
Try the command with following option. ipcs...
Try the command with following option.

ipcs -a


It supposed to show the output like following. Where perms is the numerical representation of modes.
777 is equivalent to RWXRWXRWX and
461 is...
Showing results 1 to 2 of 2

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