Linux命令           

linux 命令

运行该程序,列出所有运行的程序,用 grep 过滤

    $ ps -e | grep qtcreator 用 find 命令查找安装路径

    $ find / -name qtcreator