标签: linux
有什么方法可以找到用户在Linux中使用最频繁的应用程序?在Windows中,您可以从注册表中读取此信息。
答案 0 :(得分:1)
确保accounting is turned on:
chkconfig psacct on && /etc/init.d/psacct start
...然后获取sa的摘要信息。查看示例here或here。
sa
我自己的经验是,帐户中最常见的命令是shell。