Public bug reported:

ps --version
procps version 3.2.8

Test case:

ps -l 1 
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTY        TIME CMD
4 S     0     1       0       0  80   0 -   885 poll_s ?          0:01 
/sbin/init

ps -o f,s,uid,pid,ppid,c,pri,ni,addr,sz,wchan,tty,time,cmd 1 
F S   UID   PID  PPID  C PRI  NI ADDR    SZ WCHAN  TT           TIME CMD
4 S     0     1       0      0  19    0    -   885 poll_s ?        00:00:01 
/sbin/init

First one standard ps minus lowercase "L" with pid one.   Second one
displaying same fields but user defined (-o).  Expecting to see  same
result from both.  Observed result:

1)  Priority field "PRI" shows different result.

2) Header for tty spelled "TT".

** Affects: coreutils (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125323

Title:
  "ps -o" user defined fields:  Priority

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1125323/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to