[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] /usr/bin not in path
- Subject: [cobalt-users] /usr/bin not in path
- From: "Paul Alcock" <webmgr@xxxxxxxxxxxxxxxxxx>
- Date: Mon Jul 1 09:31:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
The problem was that /usr/sbin was not in my path when ssh'd and su'd to
root.
The solution was pointed out by Dan Kriwitsky
I should have su'd using the command su -
instead of su
Thanks Dan.
Paul