Skip to main content

In the manpage of ps

-j Jobs format.

-f Do full-format listing.

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does output modifiers mean? In the manpage of ps, -j,-f and -o are listed under OUTPUT FORMAT CONTROL, instead of OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

In the manpage of ps

-j Jobs format.

-f Do full-format listing.

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does output modifiers mean? In the manpage of ps, -j,-f and -o are listed under OUTPUT FORMAT CONTROL, instead of OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

In the manpage of ps

-j Jobs format.

-f Do full-format listing.

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does output modifiers mean? In the manpage of ps, -j,-f and -o are listed under OUTPUT FORMAT CONTROL, instead of OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

Commonmark migration
Source Link

In the manpage of ps

-j Jobs format.

 

-f Do full-format listing.

 

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does output modifiers mean? In the manpage of ps, -j,-f and -o are listed under OUTPUT FORMAT CONTROL, instead of OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

In the manpage of ps

-j Jobs format.

 

-f Do full-format listing.

 

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does output modifiers mean? In the manpage of ps, -j,-f and -o are listed under OUTPUT FORMAT CONTROL, instead of OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

In the manpage of ps

-j Jobs format.

-f Do full-format listing.

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does output modifiers mean? In the manpage of ps, -j,-f and -o are listed under OUTPUT FORMAT CONTROL, instead of OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

deleted 1 character in body
Source Link
cuonglm
  • 158.2k
  • 41
  • 342
  • 420

In the manpage of ps

-j Jobs format.

-f Do full-format listing.

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does "output modifiers"output modifiers mean? In the manpage of ps, -j,-f and -o are listed under "OUTPUT FORMAT CONTROL"OUTPUT FORMAT CONTROL, instead of "OUTPUT MODIFIERS "OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

In the manpage of ps

-j Jobs format.

-f Do full-format listing.

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does "output modifiers" mean? In the manpage of ps, -j,-f and -o are listed under "OUTPUT FORMAT CONTROL", instead of "OUTPUT MODIFIERS ".

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

In the manpage of ps

-j Jobs format.

-f Do full-format listing.

-o format User-defined format.

$ ps -j -o ppid,sid
error: can not use output modifiers with user-defined output

$ ps -f -o ppid,sid
 PPID   SID
 3046 23122
 3046  1002
 1002  1002
 3046 13961
...

What does output modifiers mean? In the manpage of ps, -j,-f and -o are listed under OUTPUT FORMAT CONTROL, instead of OUTPUT MODIFIERS.

Generally speaking, how are output modifiers used, compared to output format control options?

Are output modifiers options or arguments?

added 212 characters in body
Source Link
Tim
  • 106.8k
  • 234
  • 651
  • 1.1k
Loading
Source Link
Tim
  • 106.8k
  • 234
  • 651
  • 1.1k
Loading