English 中文(简体)
p. -ef + 4field from ps -ef输出
原标题:ps -ef + fourfield from ps -ef output
  • 时间:2010-06-18 12:31:15
  •  标签:
  • linux

I need explain about the four field (4 or 0 ) of ps -ef command , what the meaning of this number THX yael

根基27116 27112 Rw -m1 monitohhhhhhhr /var

根基 29017 27113 0 15:25 pts/0 00:00:00 grep qsRw -m1

最佳回答

它们应当是进程旗帜。 http://unixhelp.ed.ac.uk/CGI/man-cgi?ps”rel=“nofollow noreferer”> (ps man page):

The sum of these values is displayed in the "F" column, which is provided by
the flags output specifier.
1    forked but didn t exec
4    used super-user privileges

我猜测,零是一个正常的过程。

问题回答

这些资料载于第(1)页手册:

C        processor utilization. Currently, this is the integer value of the percent usage over the lifetime of the process. (see %cpu)




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签