Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   ps.1p    ( 1 )

отчет о состоянии процесса (report process status)

Примеры (Examples)

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 contents of the COMMAND field need not be the same in all implementations, due to possible truncation.