Hi there,
Just installed Solaris 8 on my home LAN to get a feeling of the
all-powerful system admin. Now I'm stuck with a seemingly easy problem
but just can't figure it out...
I set PATH and SUPATH in /etc/profile. But after I login as root, I
can't execute some commands unless I specify the whole path. This is
how it goes:
(login as root)
# ifconfig -a
ifconfig: not found
# /usr/sbin/ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index
1
inet 127.0.0.1 netmask ff000000
xxx.....
# echo $PATH
/bin:/usr/bin:/usr/ccs/bin:/usr/local/bin:/etc:/opt/sfw/bin:
# echo $SUPATH $PATH and $SUPATH are there but $SUPATH has no effect. Any idea on why Thanks in advance! Robson Sun
/bin:/sbin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/local/bin:/usr/local/sbin:/
it doesn't work?