First off dwbmarvin:<br>Can you add a newline to the command i.e.<br><FONT FACE=monospace>exec login username \n password</font><br>Dunno if that'd work, certainly not good for security....<br><br>valdirdias:<br><br>If you want to check those processes (telnetd, ftpd, rlogind) then do the following:<br><br>From the SAM main menu goto :<br><br><b>Process Management</b><br><b>Process Control</b><br><br>When the new window appears with loads of processes listed in it, to cut down the number to search through:<br><br>Select <i>View</i> from the menu bar and click <i>filter</i><br><br>This gives a list of process attributes and how to match them. <br><br>Next click the dropdown box for <b>command</b> (right at the bottom) and select <b>greater than</b> and type <b>/usr/lbin/</b> in the text box. Now only commands that live under /usr/libn are displayed - which is where the three processes live.<br><br>Click the <b>apply</b> button and you should now see what processes from /usr/lbin are running.<br><br>From the command line try:<br><br><FONT FACE=monospace>ps -ef ¦ grep ftpd<br>ps -ef ¦ grep telnetd<br>ps -ef ¦ grep rlogind</font><br><br>Also try looking in the man pages:<br><br><FONT FACE=monospace>man ftp<br>man telnet<br>man rlogin</font><br><br>and the daemon process man pages:<br><br><FONT FACE=monospace>man 1m ftp<br>man 1m telnet<br>man 1m rlogind</font><br><br>Hope that helps<br>Loon<br><br>