Ira Abramov writes: > is csh (tcsh) on linux systems staticly linked? how can one tell? ldd <file> will tell what dynamic libraries <file> uses. If nothing is listed, then it's statically linked.