Search Results

Search: Posts Made By: blob84
2,681
Posted By blob84
DukeNuke2 the block 13 is in the single indirect...
DukeNuke2 the block 13 is in the single indirect block, so it contain pointer that point to the data block, this is why i answered 1 disk access.http://img43.imageshack.us/img43/8559/inode.jpg...
2,681
Posted By blob84
unix filesystem question
1. The problem statement, all variables and given/known data:
The file system unix use a multilevel indexes access to disk, 12 direct blocks, 1 single indirect block, 1 double indirect block, 1...
Forum: Programming 09-10-2011
1,834
Posted By blob84
thanks NH2 for explanation!
thanks NH2 for explanation!
1,297
Posted By blob84
question about unix file system
Hi,
The file system unix use a multilevel indexes access to disk, 12 direct blocks, 1 single indirect block, 1 double indirect block, 1 triple indirect block:
Assuming a:
block = 512 bytes,...
Forum: Programming 09-06-2011
1,834
Posted By blob84
question about fork
i'm experimenting fork function and i found this code
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <wait.h>
#include <fcntl.h>
#include <unistd.h>

int main(void)...
Forum: Programming 07-29-2011
5,348
Posted By blob84
Parent process starts before the child using signal, in C
Hi, i want that the parent process start before the child, this code doesn't work,
if the child start before the parent it wait for signal, then the father send the signal SIGALRM and the child...
Showing results 1 to 6 of 6

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