linux命令总结

1. 查看进程信息

ps aux

2. 查看匹配某文本的进程信息

ps aux|grep ./update_stock //匹配./update_stock的进程

原文地址:https://www.cnblogs.com/mengff/p/7472518.html