ps 和 tty 中的不同终端 ID

发布于 2024-12-29 11:09:56 字数 227 浏览 0 评论 0原文

我启动的进程与 tty 结果具有不同的终端 ID。有什么规则吗?如果我启动程序,有没有办法找出程序将拥有的终端 ID?

user@machine:~> tty
/dev/pts/1
user@machine:~> ps -e | grep mc
3761 pts/0    00:00:00 mc

我通过 putty 连接到 openSUSE 11.3 机器。

The proccess I've started has a different terminal id from tty result. Is there some rule for that? Is there a way to find out what terminal id would programms have if I started them?

user@machine:~> tty
/dev/pts/1
user@machine:~> ps -e | grep mc
3761 pts/0    00:00:00 mc

I'm connected to an openSUSE 11.3 machine via putty.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉睡月亮 2025-01-05 11:09:56

我认为 mc 为生成的 tty 进程分配了另一个 tty。我猜如果没有 mc,你的运气会更好。

I think mc allocated another tty for the spawned tty process. Guess you'll have a better luck without mc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文