1) 在UNIX里,怎么stop a set of processes, which don't have the same group
ID
2)一个developer起了一个进程。但用户登录发现这个进程提供的功能不在了。 这个
devel oper 登录进去发现这个进程已经死了。 问怎么知道哪里出了错。
3)一个running process, which is supposed to write logs to a file. But
there 're no logs in the file. How can I figure out what's going on in the
process.
r*******g 发帖数: 1335
2
第一题是不是就是写个script就行了,坐等后面两题解法
w****u 发帖数: 3147
3
My solution:
1. ps |grep
2. check log
3. check configuration and run again