I have a shell script, bbs_login, that I currently have set to that ./bashrc calles in in the user account when they dialin. I'm using mgetty. When the option to quit is chosen the bbs_login scripts quits, as it should. What i would really like to have happen is that the user is logged OUT of their account, back to the login screen. It seems that the only way I can think of is to write some C code and compile it. Rename /bin/bash as /bin/bash_old and save the compiled C code as /bin/bash. I don't really want to do that. Is there a system command I can send from a script that will log the user out and not just drop back to the bash shell. (i.e., can I call a script with '-' as the login does (-bash)? Jerry -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq