[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-security] upgrade open ssh on raq4 - privsep problem
- Subject: Re: [cobalt-security] upgrade open ssh on raq4 - privsep problem
- From: "Audric Leperdi" <aleperdi@xxxxxxxxxxxxx>
- Date: Wed, 26 Jun 2002 14:04:17 +0200
- List-id: Mailing list for users to address network security on Cobalt products. <cobalt-security.list.cobalt.com>
> # groupadd sshd
> # useradd -g sshd
> The last two commands will not work, i can find man pages for them yet
> entering them just gives me: groupadd: command not found
try:
# su -
# groupadd sshd
# useradd -g sshd
I have a raq3 and if I don't su - (with the hyphen) the path does not
contain the two commands you're looking for.
I have:
/usr/sbin/useradd
/usr/sbin/groupadd
Audric