Linux命令:查看登录用户

查看所有用户:

# w

查看当前用户:

# who am i

结束用户进程:
# pkill -9 -t pts/0

原文地址:https://www.cnblogs.com/942267027wzmblog/p/6184255.html