On Fri, 28 Jun 2002 at 2:17pm, Joshua Hoblitt wrote > amandad: GNUTAR="/usr/local/bin/gtar" > > bash-2.01# ls -la /usr/local/bin/gtar > lrwxrwxrwx 1 root other 17 Jun 28 11:56 /usr/local/bin/gtar > -> /opt/sfw/bin/gtar > bash-2.01# /usr/local/bin/gtar > /usr/local/bin/gtar: You must specify one of the `-Acdtrux' options > Try `/usr/local/bin/gtar --help' for more information.
A guess -- is /opt NFS mounted? Without no_root_squash? That would make it look like tar isn't available, since when root tried to run it it wouldn't work. -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
