返回列表 回復 發帖
pstree -u $(whoami)
# then will show PID + username + command
kill -9 PID  #choose PID you want to kill
返回列表