Can I find which script outputs which error?
- by ibrahim
There is a script which calls other scripts and they call others... I don't know exactly which scripts are called and how many of them. I only know that some of them are adding iptables rules and I get this error when I call root script.
iptables: No chain/target/match by that name.
iptables: No chain/target/match by that name.
My problem is that I can not find which script outputs this errors. Is there any way or tool to learn that?