用ps -t 命令能夠獲得終端的進程號bash
$ ps -t tty1進程
PID TTY TIME CMD終端
31419 tty1 00:00:00 bashps
用kill -9命令能夠將進程殺掉,以關閉終端。
$ kill -9 31419