1. binds are undone by unmount (described on the same manual page as bind, namely bind(1)) 2. you can't kill another's process unless you are the owner of a terminal or cpu server and even then you need to change the mode of the process file before killing it. % ps forsyth 1 0:00 0:00 64K Wait init ... none 847 0:00 0:00 1284K Open httpd forsyth 848 0:00 0:00 56K Read ps % % echo kill >/proc/847/ctl /proc/847/ctl: rc: can't open % chmod 666 /proc/847/ctl % echo kill >/proc/847/ctl 3. i don't think tlssrv has been distributed yet