|
发表于 2004-6-11 23:33:45
|
显示全部楼层
faint,偶用自己的机器都是root的:-)你看:
debian:~/tmp# ps -C mlterm -o pid=
2333
debian:~/tmp# renice 19 `ps -C mlterm -o pid=`
2333: old priority 0, new priority 19
debian:~/tmp# ps -C mlterm -o pid=
2333
debian:~/tmp#
然后翻屏的确快多了。不相信试试。
偶想演习安全,还是拿自己的机器来试。有两台就足够了,再在其中的一台中装上什么虚拟机什么的:-),不过什么时候再可以搞到另外的一台呢:-) |
|