boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to kill process?
相关主题
kill and kill -9 的区别
how to kill a login?
how to kill a process in emacs?
A problem about child process.
kill init process
FreeBSD: Can't kill child process!
关于nohup的问题
在UNIX里,怎么stop a set of processes?
How to make unix-login online?
归纳法证个题,谁会?
相关话题的讨论汇总
话题: kill话题: process话题: ps话题: login话题: machine
进入Unix版参与讨论
1 (共1页)
c*****h
发帖数: 8
1
I got couple of login sessions alive for a week. :(
I can "who" me out on the machine, but I can't kill these "ps" with
the process #, why?
b*d
发帖数: 75
2
did you put -9 in the ps command?

【在 c*****h 的大作中提到】
: I got couple of login sessions alive for a week. :(
: I can "who" me out on the machine, but I can't kill these "ps" with
: the process #, why?

g**c
发帖数: 38
3
first, list your processes in current machine.
ps -u [login name]
second, find the process id you want to kill
finally, kill it
kill -9 [process id]

【在 c*****h 的大作中提到】
: I got couple of login sessions alive for a week. :(
: I can "who" me out on the machine, but I can't kill these "ps" with
: the process #, why?

z*****u
发帖数: 12
4
kill -9 proc_id
if they are already zombies, you have to reboot your box.
1 (共1页)
进入Unix版参与讨论
相关主题
归纳法证个题,谁会?
一个奇怪的现象!
Who can tell me the size of /bin/login?
用NETSCAPE MAIL 收邮件时的怪现象.
how to kick a remote login user out ?
.cshrc?.login?.profile?
How to monitor a Unix workstation usage?
login shell and normal shell?
新增用户为什么不能login?
No utmpx entry, you must exec "login" from the lo
相关话题的讨论汇总
话题: kill话题: process话题: ps话题: login话题: machine