Book Excerpt: Linux Programming by Example, Part 1
2005-05-19
22 short lnl; 23 short luid; 24 short lgid; 25 long lsize; 26 long lmtime; 27 }; 28 29 int... _-- Permissions_ 181 printf("%2d ", p->lnl); _-- Link count_ 182 t = p->luid; 183 if(gflg)...
Home | Linux Journal