扫码关注官方订阅号
把问题提炼一下就能找到其他人在网上的已有的经验.
let me google it for you
Linux 下踢出登录用
$ w // 查看所有登录用户
$ who am i // 查看自己的登录信息
$ pkill -kill -t pts/0 // 踢出登录用户 0还是什么的自己指定
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
把问题提炼一下就能找到其他人在网上的已有的经验.
let me google it for you
Linux 下踢出登录用
$ w // 查看所有登录用户
$ who am i // 查看自己的登录信息
$ pkill -kill -t pts/0 // 踢出登录用户 0还是什么的自己指定