Tagged Questions
8
votes
4answers
1k views
How are directories implemented in Unix filesystems?
My question is how directories are implemented? I can believe a data structure like a variable e.g. table, array or similar. Since UNIX is Open Source I can look in the source what the program does ...
