in /etc/profile, I have had to comment out the "if" and "fi" lines to make the "sbin" paths automatically be part of a "users" path.. (like for traceroute)... why do I have to do this??
# Path manipulation
#if [ `id -u` = 0 ]; then
pathmunge /sbin
pathmunge /usr/sbin
pathmunge /usr/local/sbin
#fi
just cause its in the sbin path does not mean that only root can run it... sbin is for "static-binaries" right??
Tommy
--
Tommy McNeely -- [EMAIL PROTECTED]
Sun Microsystems - IT Ops - Broomfield Campus Support
Phone: x50888 / 303-464-4888 -- Fax: 720-566-3168
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list
- Re: sbin and /usr/sbin Tommy McNeely
- Re: sbin and /usr/sbin Mike A. Harris
- Re: sbin and /usr/sbin Robert P. J. Day
- Re: sbin and /usr/sbin Ed Wilts
- Re: sbin and /usr/sbin Tommy McNeely
- Re: sbin and /usr/sbin Martin Stricker
- Re: sbin and /usr/sbin Cameron Simpson
- Re: sbin and /usr/sbin Robert P. J. Day