I want to add a rule in audit.rules file to watch a file named "jsp doc".<br>Note there is space between jsp and doc.<br>How to write the rule for that in the rule file?<br>Please suggest.<br>I tried writing the rule in the file as  <br>
-w /jsp\ doc/ -p rw<br>also<br>-w /jsp doc -p rw<br>Both gives error<br>