For the following command:
ps x
What does x achieve? The documentation specifies 'select processes without controlling ttys' but I don't understand what this means.
|
For the following command:
What does x achieve? The documentation specifies 'select processes without controlling ttys' but I don't understand what this means. |
|||
|
|
|
Some applications, such as interactive shells and TUI vim, run on terminals or terminal emulators. They "have a controlling tty". Other applications, such as daemons and graphical applications, do not. |
|||||
|