How to properly ignore this command line

Post Reply
gvard
Junior Member
Posts: 39
Joined: 16 Feb 2008, 19:42

How to properly ignore this command line

Post 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
nuffsaid
Junior Member
Posts: 11
Joined: 11 May 2014, 10:10
Location: Port 80

Re: How to properly ignore this command line

Post 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 .
gvard
Junior Member
Posts: 39
Joined: 16 Feb 2008, 19:42

Re: How to properly ignore this command line

Post 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:(
Post Reply