Shell "passwd"

Post Reply
Message
Author
stingway
Posts: 164
Joined: 06. Jul 2001 16:49

Shell "passwd"

#1 Post by stingway »

Hi @all,
für bestimme Nutzer will ich es so einrichten, dass sie über Telnet nur ihr passwort ändern können, danach die telnet verbindung sofort abbricht oder eben ausloggt.

Ich habe gelesen, dass man als shell: /bin/passwd einstellen soll. Aber leider geht das nciht <img src="http://www.pl-forum.de/UltraBoard/Images/Sad.gif" border="0" align="middle"> (Yast meldet Fehler, dass die Shel nciht existiert)

Kann mir einer helfen ? (SuSe 7.0)

MartinHeuser

Re: Shell

#2 Post by MartinHeuser »

Schau einfach wo bei dir passwd liegt und richte das passend ein.... "locate passwd"

stingway
Posts: 164
Joined: 06. Jul 2001 16:49

Re: Shell

#3 Post by stingway »

Danke! habe es gefunden. <img src="http://www.pl-forum.de/UltraBoard/Images/Happy.gif" border="0" align="middle"> (/usr/bin/passwd)
Last edited by stingway on 23. Jul 2001 14:42, edited 1 time in total.

muehle
Posts: 48
Joined: 08. May 2001 13:05
Location: Coswig

Re: Shell

#4 Post by muehle »

Hallo ,
nur mal als Tip mit
type passwd
geht's etwas fixer und es kommt nur das gesuchte . <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

bis denne Thomas

jlansing
Posts: 60
Joined: 17. Jul 2001 13:50

Re: Shell

#5 Post by jlansing »

which passwd

würde auch gehen

MartinHeuser

Re: Shell

#6 Post by MartinHeuser »

cd /
find . -name passwd |grep bin |more

<img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">

Post Reply