Page 1 of 1

How to properly ignore this command line

Posted: 10 Sep 2014, 13:14
by gvard
Hello,

I would like your help guys on how to properply ignore this command line, I don't know which characters to escape and have this working properly :(

Executable: /home/virtfs/username/bin/bash
Command Line: /usr/local/cpanel/bin/jailshell -c cd /home/username/public_html; php -f processmaker/workflow/engine/bin/cron.php > /dev/null 2>&1

Re: How to properly ignore this command line

Posted: 17 Sep 2014, 16:02
by nuffsaid
I think the easiest way will be to add the full path of the script to the file

/etc/csf/csf.fignore

Hope this works .

Re: How to properly ignore this command line

Posted: 17 Sep 2014, 16:33
by gvard
Thank you, I tried that the first time but it doesn't work. Need to escape some characters, but I can't find out the exact command with all these characters to be escaped:(