由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - ps stop working
相关主题
请问怎么改变屏幕的刷新频率?sun os 2.8, sparc问题: Solaris里的小程序出毛病, 这正常吗?
安装 Solaris 8 x86 和 Win2K 小记xterm
two questions.请教Solaris使用问题
how to adjust solaris's refresh rateproblem to log in under KDE on Solaris
Xwindows 不能记得我的设置,怎么办?Solaris的中文支持?
一个关于SOLARIS的小问题Solaris的X下有什么图形化的FTP软件么?
怎样设定File Manager 的Group IDSunOS下的中文。
cxterm compile求 text editor
相关话题的讨论汇总
话题: ps话题: program话题: terminal话题: process话题: cannot
进入Unix版参与讨论
1 (共1页)
o******n
发帖数: 25
1
the ps command now can only pick up some system
processes, my own programm run in the background
cannot be seen, even in the process manager.
if I don't close the terminal from which
I start the program, I can see it by "jobs"
but if I close the terminal associated
with it, the process is nowhere to find -- so I
cannot kill it!!!
any way to fix it?
I am using solaris 7 sparc CDE, c shell.
thanks in advance.
m*****e
发帖数: 4193
2
ps aux
ps -el

【在 o******n 的大作中提到】
: the ps command now can only pick up some system
: processes, my own programm run in the background
: cannot be seen, even in the process manager.
: if I don't close the terminal from which
: I start the program, I can see it by "jobs"
: but if I close the terminal associated
: with it, the process is nowhere to find -- so I
: cannot kill it!!!
: any way to fix it?
: I am using solaris 7 sparc CDE, c shell.

n******t
发帖数: 4406
3

~~~~~~~~
BSD style
~~~~~~~~~~~
SYS V style

【在 m*****e 的大作中提到】
: ps aux
: ps -el

r**a
发帖数: 630
4
if your program name is b, then: ps -A | grep b

【在 o******n 的大作中提到】
: the ps command now can only pick up some system
: processes, my own programm run in the background
: cannot be seen, even in the process manager.
: if I don't close the terminal from which
: I start the program, I can see it by "jobs"
: but if I close the terminal associated
: with it, the process is nowhere to find -- so I
: cannot kill it!!!
: any way to fix it?
: I am using solaris 7 sparc CDE, c shell.

o******n
发帖数: 25
5
just found the reason:
if I rename the program to anything that
does not begin with letter 's' I will see it.
strange! on the other machine of the same type,
I don't see this problem.
strange!

【在 r**a 的大作中提到】
: if your program name is b, then: ps -A | grep b
w******g
发帖数: 14
6
YOu may want to check md5sum of your ps binary file. Your system might have
been compromised.
Sun website has a database which include all binary files' md5sum fingerprint.

【在 o******n 的大作中提到】
: just found the reason:
: if I rename the program to anything that
: does not begin with letter 's' I will see it.
: strange! on the other machine of the same type,
: I don't see this problem.
: strange!

t**********o
发帖数: 124
7
if your program name is b, then: ps -ef | grep b
m***m
发帖数: 67
8
solaris is not BSD system.
ps -ef /ps -el is enough

【在 m*****e 的大作中提到】
: ps aux
: ps -el

1 (共1页)
进入Unix版参与讨论
相关主题
求 text editorXwindows 不能记得我的设置,怎么办?
UNIX vs LINUX? why?一个关于SOLARIS的小问题
Solaris FAQ怎样设定File Manager 的Group ID
SOS! Sun Ultra 10 questioncxterm compile
请问怎么改变屏幕的刷新频率?sun os 2.8, sparc问题: Solaris里的小程序出毛病, 这正常吗?
安装 Solaris 8 x86 和 Win2K 小记xterm
two questions.请教Solaris使用问题
how to adjust solaris's refresh rateproblem to log in under KDE on Solaris
相关话题的讨论汇总
话题: ps话题: program话题: terminal话题: process话题: cannot