Hello.C → Myexe1
int fd = 0;
fd = open("Ganesh.txt", O_RDONLY);
Demo.C → Myexe2
fd = open("PPA.txt", O_RDWR);
Test.C → Myexe3
0 1 2 3 4 5 ...
100
0 1 2 3 4 ...
500
200
Count=1 | MODE=R
OFFSET=0 | PTR=600
Count=1 | MODE=W
Count=1 | MODE=R|W
OFFSET=0 | PTR=700
Inode No = 21
Reference cnt = 2
Permissions = -
Block No = 50
Inode No = 51
Block No = 70
Reference cnt = 1
BB SB DILB DB
50
by adt