Home
TeamSite
UNIX CLT's
Ottawa_IWOV
Does anyone know how to throw CLTs on the UNIX platforms, when /usr/iw-home/bin is NOT in the PATH? I can't even use iwreset. I keep getting bash: iwreset :command not found.
Any help would be great.
Tks!
Lucas Cochrane
lcochrane@dc.com
Find more posts tagged with
Comments
Migrateduser
Hi Lucas,
Can't you just use the FULL path to CLT,
e.g. /usr/iw-home/bin/iwreset
or add <iw-home>/bin to PATH
David
nipper
edit you path, cd /usr/iw-home/bin and run ./iwreset
or just run fully qualified: /usr/iw-hom/bin/iwreset
THis is very common, admins are not thrilled to have root with a very wide path.
I need to type a geat deal with all of the fully qualified paths.
ANdy