In our previous episode, David W Noon said: > > > > > > Creating symbolic links (ls -s <src> <target>) should suffice. > > > > Typo, it should read: ln -s <src> <target> > > Actually, there is a symlink() API that can be called without creating a > separate address space for an external command. baseunix.fpsymlink()