> I just noticed that on my centos system, /sbin doesn't seem to be 'on > executable' path, I need to prefix with '/sbin/': ... > what do I need to fix ?
edit ~/.bashrc At end of file add: PATH=/sbin:$PATH -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
