How To
In Unix/Linux, how do I kill another login session remotely(SSH)?
In Unix, how do I kill another login session remotely? You can kill a Unix/Linux login session remotely by sending a hangup signal (SIGHUP) to the process running the login session. To do this, follow the steps below: Identify the shell you want to kill. To determine your current tty, from your Read more…