Redian新闻
>
如何停止后台的unix process?
avatar
如何停止后台的unix process?# Programming - 葵花宝典
t*g
1
想给我妈办一个10年的旅游签证,她70多了,眼神也不好,自己一个人进大使馆肯定是
不行的。可是我这次自己不签证,那我到时候能陪同她一起去见签证官吗?
我网上查了一下,好像有人说可以预约两个号码一起进去,可是门口不是要查签证资料
的的吗,我如果没有,他们会放我进去吗?谢谢
avatar
f*r
2
今晚能抢到么
avatar
k*n
3
ubuntu..新手
在terminal 上输入了 以下
top -i -d 1200 -b >~/toplog01.txt
然后关了terminal , toplog01 每20写一个log到文件里。。
问额来了。。我现在想停了这个process..该如何做?
avatar
t*g
4
顺便抱怨一下美国签证这愚蠢的规定,好像老人80岁以上才可以免面签,尼玛这门槛是
不是设太高了,我觉得65就可以了

【在 t**g 的大作中提到】
: 想给我妈办一个10年的旅游签证,她70多了,眼神也不好,自己一个人进大使馆肯定是
: 不行的。可是我这次自己不签证,那我到时候能陪同她一起去见签证官吗?
: 我网上查了一下,好像有人说可以预约两个号码一起进去,可是门口不是要查签证资料
: 的的吗,我如果没有,他们会放我进去吗?谢谢

avatar
m*r
5
熬到3点就知道了

【在 f**********r 的大作中提到】
: 今晚能抢到么
avatar
b*g
6
kill -9

【在 k**n 的大作中提到】
: ubuntu..新手
: 在terminal 上输入了 以下
: top -i -d 1200 -b >~/toplog01.txt
: 然后关了terminal , toplog01 每20写一个log到文件里。。
: 问额来了。。我现在想停了这个process..该如何做?

avatar
h*s
7
65还没退休呢,真算不上老。

:顺便抱怨一下美国签证这愚蠢的规定,好像老人80岁以上才可以免面签,尼玛这门槛
是不是设太高了,我觉得65就可以了
avatar
j*b
8
众说纷纭不知真假。下面是我从网上看到的评论。
dadatyd:
I just returned from apple store in Houston. And they told me there will be
the unlocked 4s available for preorder on 12 Oct and in store on 14th. It's
awesome! The price will start at 649.
Jay Dee:
Really?? I called Apple's 1-800 number and they told me there will be no
unlocked iPhone in the US for preorder and that they do not know when it
will be available.
avatar
l*n
9
好虫真是脾气好,连这种问题也给回答
avatar
l*e
10
可以,跟领馆门口的人说一下就行,我老爸带我奶奶进去签的。不过签的时候只能自己
去面签。
avatar
C*n
11
it doesnt matter
apple store can unlock for ya as long as you pay 649
done it before

be
s

【在 j*****b 的大作中提到】
: 众说纷纭不知真假。下面是我从网上看到的评论。
: dadatyd:
: I just returned from apple store in Houston. And they told me there will be
: the unlocked 4s available for preorder on 12 Oct and in store on 14th. It's
: awesome! The price will start at 649.
: Jay Dee:
: Really?? I called Apple's 1-800 number and they told me there will be no
: unlocked iPhone in the US for preorder and that they do not know when it
: will be available.

avatar
d*a
12
更简单一点,pkill -9 top
avatar
j*b
13
你的意思是,当年发布ip4的第一天,就可以在app store买到解锁的iphone4了吗?解
锁的iphone4好像是最近几个月才出来的把。以前只是说支付足够的银子,那么就能拿
到没有contract的iphone4.

【在 C********n 的大作中提到】
: it doesnt matter
: apple store can unlock for ya as long as you pay 649
: done it before
:
: be
: s

avatar
c*e
14


【在 k**n 的大作中提到】
: ubuntu..新手
: 在terminal 上输入了 以下
: top -i -d 1200 -b >~/toplog01.txt
: 然后关了terminal , toplog01 每20写一个log到文件里。。
: 问额来了。。我现在想停了这个process..该如何做?

avatar
j*b
15
到底有没有无合同的iphone 4s呢?
avatar
k*n
16
都说了是新手了,以前一直以来都是玩windows的.
最近project需要才用上ubuntu的。
kill -9 是要加pid吧。
我找不到我输入的pid是啥。。
还有我输入了好几个top ->命令。。
还有重要的正在运行的process必须活着。
kill -9不会一股脑都杀了吧。
avatar
f*r
17
官网挂掉了,差不多出来了
avatar
d*a
18
这样找pid: ps -ef | grep top
如果用"pkill -9 top",pkill会自己找匹配"top"的进程pid。不用-9也可以,top是个
比较规矩的程序。有的程序不愿意自己退出,就要用-9了。

【在 k**n 的大作中提到】
: 都说了是新手了,以前一直以来都是玩windows的.
: 最近project需要才用上ubuntu的。
: kill -9 是要加pid吧。
: 我找不到我输入的pid是啥。。
: 还有我输入了好几个top ->命令。。
: 还有重要的正在运行的process必须活着。
: kill -9不会一股脑都杀了吧。

avatar
c*k
19
Someone chatted with the Apple's sales
me: Will there be unlocked iPhone 4S available for preorder tonight?
her: For the iPhone 4S, this will not be offered in an unlocked model at
this time, we do however offer the iPhone3Gs and iPhone4 unlocked!
me: Can you tell me when will it be available?
her: I wish we had that information, but Apple has not announced an unlocked
version of the new iPhone.
avatar
h*c
20
killall
once a guy used this crashed our db system
avatar
j*b
21
那么14号能不能在苹果店买到无合约的iphone 4s呢?
avatar
n*2
22
用lsof找出pid 然后kill
avatar
h*c
23
in fact, sysstat is better then top.log
avatar
k*n
24
正解..多谢. 等会儿包子送上..

【在 d***a 的大作中提到】
: 这样找pid: ps -ef | grep top
: 如果用"pkill -9 top",pkill会自己找匹配"top"的进程pid。不用-9也可以,top是个
: 比较规矩的程序。有的程序不愿意自己退出,就要用-9了。

avatar
g*0
25
kill -9 `pidof top`
avatar
g*0
26
kill -9 `pidof top`
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。