识别活动的 telnet 会话及其 IP
有什么方法/命令可以检测正在进行的 telnet 会话吗?我有一个linux系统,由3-4个工程师共享。我想跟踪哪个工程师登录以及从哪个 IP 地址登录。是否有任何命令/日志可以为我提供上述信息?
Is there any way/command to detect ongoing telnet sessions? I have a linux system which is shared by 3-4 engineers. I want to track which engineer is logged in and from which ip address. Is there any command/log which can provide me above informations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
命令是
who
或w
The command is
who
orw
您也可以尝试
手指
。You could also try
finger
.