View Issue Details

IDProjectCategoryView StatusLast Update
00011751003.1(2016/18)/Issue7+TC2Shell and Utilitiespublic2024-06-11 09:09
Reporterstephane Assigned To 
PrioritynormalSeverityObjectionTypeError
Status ClosedResolutionAccepted 
NameStephane Chazelas
Organization
User Reference
Sectionps utility
Page Number3128
Line Number104692
Interp Status---
Final Accepted Text
Summary0001175: s/uid/user/ in "ps" example
DescriptionQuoting from the example in the ps specification (http://pubs.opengroup.org/onlinepubs/9699919799.2016edition/utilities/ps.html at least):

     The command:

 ps -o user,pid,ppid=MOM -o args


     writes at least the following in the POSIX locale:

  USER PID MOM COMMAND
 helene 34 12 ps -o uid,pid,ppid=MOM -o args


The output for "COMMAND" should be ps -o user,pid,ppid=MOM -o args

(it would be useful to have a "uid", "suid", "ruid" btw, but that would be for a different ticket)
Desired ActionChange to:

  USER PID MOM COMMAND
 helene 34 12 ps -o user,pid,ppid=MOM -o args
Tagstc3-2008

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-12-03 22:07 stephane New Issue
2017-12-03 22:07 stephane Name => Stephane Chazelas
2017-12-03 22:07 stephane Section => ps utility
2017-12-03 22:17 Don Cragun Page Number => 3128
2017-12-03 22:17 Don Cragun Line Number => 104692
2017-12-03 22:17 Don Cragun Interp Status => ---
2019-02-14 16:56 Don Cragun Status New => Resolved
2019-02-14 16:56 Don Cragun Resolution Open => Accepted
2019-02-14 16:56 Don Cragun Tag Attached: tc3-2008
2019-11-08 10:50 geoffclare Status Resolved => Applied
2024-06-11 09:09 agadmin Status Applied => Closed