Linux Grep

查找配置文件 + ps 过滤grep

1
2
strace + 程序的名字  用来查找程序读取的配置文件位置;
ps -aux | grep -v grep | grep 'FindName'