Question

What's the story behind our massive repitition of ./foo and cd ... Where do these two . and .. come from? Where could they be seen as a way of navigating a file system tree for the first time?

Was it helpful?

Solution

Excerpt from an interview with Ken Thompson (9-6-89):

Every time we made a directory, by convention we put it in another directory called directory - directory, which was dd. Its name was dd and that all the users directories and in fact most other directories, users maintain their own directory systems, had pointers back to dd, and dd got shortened into ‘dot-dot,’ and dd was for directory-directory.

OTHER TIPS

I'm sorry I can't answer properly, but I can recommend these links:

for some interesting historical notes on early file systems and their use.

Other than that, the earliest reference I've found is the 1974 paper "The UNIX Time-Sharing System" by Dennis Ritchie and Ken Thompson. The precursor of UNIX, Multics, also had hierarchical file systems and the notion of relative paths, but according to "Introduction to MULTICS" it used another notation for that.

I believe it was invented by Dennis Ritchie at Bell Labs in the early years of Unix.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top