Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

pinky

v(uutils coreutils) 0.8.0
pinky [OPCIÓN]... [USUARIO]...

Muestra información breve del usuario en sistemas basados en Unix

Options

-l

producir salida de formato largo para los USUARIOs especificados

-b

omitir el directorio de inicio y shell del usuario en formato largo

-h

omitir el archivo de proyecto del usuario en formato largo

-p

omitir el archivo de plan del usuario en formato largo

-s

hacer salida de formato corto, este es el predeterminado

-f

omitir la línea de encabezados de columna en formato corto

-w

omitir el nombre completo del usuario en formato corto

-i

omitir el nombre completo del usuario y host remoto en formato corto

-q

omitir el nombre completo del usuario, host remoto y tiempo inactivo en formato corto

--lookup

intenta canonizar nombres de host por medio de DNS

--help

Imprimir información de ayuda

Examples

The examples have not been translated yet and are shown in English. You can help by translating them on tldr-pages.

Display details about the current user:

pinky

Display details for a specific user:

pinky {{user}}

Display details in the long format:

pinky {{user}} -l

Omit the user’s home directory and shell in long format:

pinky {{user}} -lb

Omit the user’s project file in long format:

pinky {{user}} -lh

Omit the column headings in short format:

pinky {{user}} -f

The examples are provided by the tldr-pages project under the CC BY 4.0 License.

Please note that, as uutils is a work in progress, some examples might fail.