Created
February 23, 2015 22:01
-
-
Save jfriedly/b8d880df610f4f3bf186 to your computer and use it in GitHub Desktop.
A snippet from the ps manpage...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ENVIRONMENT VARIABLES | |
The following environment variables could affect ps: | |
COLUMNS | |
Override default display width. | |
LINES | |
Override default display height. | |
PS_PERSONALITY | |
Set to one of posix, old, linux, bsd, sun, digital... (see section PERSONALITY below). | |
CMD_ENV | |
Set to one of posix, old, linux, bsd, sun, digital... (see section PERSONALITY below). | |
I_WANT_A_BROKEN_PS | |
Force obsolete command line interpretation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment