[一星]man 一下 ps 的用法,并看懂意思

除了美化之外,还可以来尝试挑战一下任务
lzx8526lzx
帖子: 18
注册时间: 2009-04-16 18:52

Re: [一星]man 一下 ps 的用法,并看懂意思

#61

帖子 lzx8526lzx » 2010-11-20 5:41

man ps
1. 解釋:man=manual (手冊)
ps命令的全称是”Process Status”
网络释义以下结果来自互联网
a.)ps...process status 报告程序状况...
b.)ps...process status 报告程式状况...
c.)ps...process status,显示正在运行的进程的状态...
2. ps是Procps里的一个binary。(lilydjwg 写道:)
代码:
procps: /bin/ps
头像
wchl09
帖子: 22
注册时间: 2011-02-22 16:05

Re: [一星]man 一下 ps 的用法,并看懂意思

#62

帖子 wchl09 » 2011-03-03 20:57

浏览了一遍
英语不行,改天再仔细看吧,就当学英语了,唉1!1111!!!
gpengtao
帖子: 2
注册时间: 2011-03-11 23:36

Re: [一星]man 一下 ps 的用法,并看懂意思

#63

帖子 gpengtao » 2011-03-11 23:41

:em20 有人说学习linux看man里的文档才是王道 但确实有点难 英语阿 是个问题
Sasoritattoo
帖子: 54
注册时间: 2011-03-17 20:15

Re: [一星]man 一下 ps 的用法,并看懂意思

#64

帖子 Sasoritattoo » 2011-04-03 22:42

呵呵,我看了,但是只看了一小部分,再但是,我会坚持这种方法的,呵呵,接受任务,即使不能完成也有好处
想招兵起义,占山为王,但没钱买马

A person just needs three things to be truly happy in this world: someone to love,something to do and something to hope for.
头像
秋景雨
帖子: 137
注册时间: 2011-01-31 12:55
联系:

Re: [一星]man 一下 ps 的用法,并看懂意思

#66

帖子 秋景雨 » 2012-10-03 9:08

man --html=firefox ps
在浏览器中慢慢看,这次一定要看完。
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: [一星]man 一下 ps 的用法,并看懂意思

#67

帖子 YeLee » 2012-10-03 9:20

楼上好办法,想不到man-db还有这么高级的用法啊,不过,看手册我都只看参数而已。 :em03 :em03 :em03
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
sambrown
帖子: 14
注册时间: 2012-03-09 19:10

Re: [一星]man 一下 ps 的用法,并看懂意思

#68

帖子 sambrown » 2012-10-08 20:26

:em20 楼主开玩笑吧,1142页是1星任务,5星任务是什么啊?

代码: 全选

#include<stdio.h>
int main()
{
        printf( " I Love Ubuntu !!" );
        return 0;
}
头像
秋景雨
帖子: 137
注册时间: 2011-01-31 12:55
联系:

Re: [一星]man 一下 ps 的用法,并看懂意思

#69

帖子 秋景雨 » 2012-10-08 22:08

sambrown 写了::em20 楼主开玩笑吧,1142页是1星任务,5星任务是什么啊?
不要上当了,应该是1142行。我在浏览器中看的,可能比这个帖子的一页还少一点点。
aszt123
帖子: 1
注册时间: 2012-10-15 13:01
系统: ubutu12.04

Re: [一星]man 一下 ps 的用法,并看懂意思

#70

帖子 aszt123 » 2012-10-15 13:02

-A all processes -C by command name
-N negate selection -G by real group ID (supports names)
-a all w/ tty except session leaders -U by real user ID (supports names)
-d all except session leaders -g by session OR by effective group name
-e all processes -p by process ID
T all processes on this terminal -s processes in the sessions given
a all w/ tty, including other users -t by tty
g OBSOLETE -- DO NOT USE -u by effective user ID (supports names)
r only running processes U processes for specified users
x processes w/o controlling ttys t by tty
*********** output format ********** *********** long options ***********
-o,o user-defined -f full --Group --User --pid --cols --ppid
-j,j job control s signal --group --user --sid --rows --info
-O,O preloaded -o v virtual memory --cumulative --format --deselect
-l,l long u user-oriented --sort --tty --forest --version
-F extra full X registers --heading --no-heading --context
********* misc options *********
-V,V show version L list format codes f ASCII art forest
-m,m,-L,-T,H threads S children in sum -y change -l format
-M,Z security data c true command name -c scheduling class
-w,w wide output n numeric WCHAN,UID -H process hierarchy
头像
ctrl-fairy
帖子: 116
注册时间: 2011-04-28 18:05

Re: [一星]man 一下 ps 的用法,并看懂意思

#71

帖子 ctrl-fairy » 2012-10-25 20:15

547320073 写了:神啊,1000多页呢······
我用控制台看的,结果连怎么退出都不会······ :em20
Q

代码: 全选

linux和windows对我等菜鸟,都是浮云!
alan_forever
帖子: 2
注册时间: 2012-10-27 11:03
系统: Ubuntu 12.10

Re: [一星]man 一下 ps 的用法,并看懂意思

#72

帖子 alan_forever » 2012-11-03 23:27

看到超级蛋痛,看完一大部分,几天后就忘记了。。。。 :em06
x454770855
帖子: 1
注册时间: 2012-11-04 20:08
系统: windown7

Re: [一星]man 一下 ps 的用法,并看懂意思

#73

帖子 x454770855 » 2012-11-07 19:22

:em20 好复杂
hwclong911
帖子: 6
注册时间: 2012-11-16 13:38
系统: ubuntu 12.10

Re: [一星]man 一下 ps 的用法,并看懂意思

#74

帖子 hwclong911 » 2012-11-16 14:28

man ps

902 lines
真是太长了。
Ryannnnnnn
帖子: 1
注册时间: 2013-01-12 0:42
系统: win7

Re: [一星]man 一下 ps 的用法,并看懂意思

#75

帖子 Ryannnnnnn » 2013-01-14 1:27

粗略扫了一遍,试了下-a -e -u -x -d之类的。
不过就算看完了不能记住,还是不做无用功了~

坐等LZ发解答。。求ps看起来靠谱好用点到命令
回复