I would like to know if by default cxs will run server-wide scan automatically (either by cronjob or other way?)
If yes, how to disable it?
Also I would like to know the command to scan one home dir only. Let say I want to scan /home/test/
What command I should run?
Many thanks in advance.
regards,
H
Newbie questions
Re: Newbie questions
Cxs will not run a server wide scan unless you run it manually yourself or have set up a cron job to do so. If you have enabled cxswatch, it will automatically scan files as they are uploaded or modified within user public_html directories.
To scan a user account using the default options, run a command like this:
Regards,
Sarah
To scan a user account using the default options, run a command like this:
Code: Select all
cxs --user [username]
Sarah