Thursday, May 31, 2007

Symbolic Link Note

I always forget how to do symbolic links in Linux so I thought I would leave a note here. I needed to do this for the scripts that are in biosql-schema.
cd /usr/local/bin
ln -s /usr/bin/perl ./perl

No comments: