Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

info - online diagnostic tool

&pagelevel(4)&pagelevel

info outputs POSIX subsystem characteristics during a POSIX session. In addition to general information relating to the status of the subsystem it supplies selected items of process information relating to the POSIX users in varying degrees of detail.

Ordinary POSIX users are shown information on the general status of the POSIX subsystem (option -s), on the POSIX control parameters (option -t) and on their own processes.

The POSIX administrator can also view information on any user process running on the system.


Syntax


info -d| -h| -s| -t| -p[ -f][ -u user][ -g gid][ -p pid]

-d

Produces a dump for the POSIX subsystem

-h

Displays help

-p

Concise information on all POSIX user processes

-s

General information on the status of the POSIX subsystem

-t

Lists the POSIX control parameters (see the manual "POSIX Basics for Users and System Administrators" [1])

-pf

Full information on all POSIX user processes

-p -u user

Concise information on all processes belonging to user. user may be a login name or a
user ID number (UID).

-p -g gid

Concise information on all processes with the group ID number gid.

-pf -u user

Full information on all processes belonging to user. user may be a login name or a user
ID number (UID).

-pf -g gid

Full information on all processes with the group ID number gid.

-p -p pid

Detailed information on the process with the process ID number pid.

Example 1

A POSIX user requesting information about the POSIX subsystem:

$ info -s
GLOBAL SYSTEM INFORMATION:
init-TSN: 38YK
System status: System is activ !
Rootfsname: :POSX:$SYSROOT.FS.ROOT
Number of POSIX users (without 'init' and 'info'):
  TU users          : 6
  TPR users         : 0
  Connected tasks   : 6
$

Example 2

The POSIX administrator requesting information about POSIX user processes:

# info -p
PROCESSINFORMATION GENERAL:
USERNAME    PID    PPID   TU/TPR       TSN       SYSCALL
ROOT      18989       1   TU-Task      8RJZ            3
ROOT          1       0   TU-Task      38YK            0
ROOT         16       1    ------      8RJ5           87
ROOT         23       1    ------      8RKC            3
ROOT       9059    9043    ------      5YQU           54
ROOT      18001      16    ------      9VKQ           87
VSX0       7050    7039    ------      5W3F            3
:
#