Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!athena.mit.edu!orionel From: orionel@athena.mit.edu (Andrew P Strehle) Newsgroups: comp.unix.wizards Subject: Re: unsub Message-ID: <10896@bloom-beacon.MIT.EDU> Date: 28 Apr 89 02:17:37 GMT Sender: daemon@bloom-beacon.MIT.EDU Reply-To: orionel@athena.mit.edu Organization: Massachusetts Lines: 21 References: I have a small problem. I just finished reading a unix book in which certain instructions were given to create a new password for a user in case they forgot their old one. Of course only a super user can execute these instructions (which I am) # passwd roxanne New password: stoopid Retype new password: stoopid # Thats the way its supposto work. To change user roxanne password instead I get # passwd roxanne Usage: passwd [-name name] [-inst inst] What is wrong??? orionel@athena.mit.edu