M BUZZ CRAZE NEWS
// news

What does 'select processes without controlling ttys' mean?

By Mia Morrison

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.

1 Answer

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.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy