Terrie, Not knowing what form of Unix you have. I can share that with AIX you can stop those by killing the daemon. For sendmail run ps -ef | grep sendmail and for ssh run ps -ef | grep sshd. This will show the daemons. Run kill -9 on the process id and this will kill the daemon. To stop them from running again during startup, edit the /etc/rc.tcpip file and comment out the lines for sendmail and ssh.
HTH FMB Frank M. Bright [EMAIL PROTECTED] Administrative Computing University of the Arts (A15) www.uarts.edu | 215-717-6081 Coll 17.0.14 AIX 5.2.0.7 Uni 6.1.15 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wronkiewicz, Terrie Sent: Friday, April 13, 2007 2:42 PM To: [EMAIL PROTECTED] Subject: [U2] RE: U2 Users Digest V1 #1596 How do you turn off ssh and sendmail? Thanks, T ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
