Results 1 to 3 of 3
I have never set anything like this up. I really don't need to but I want to, just to do it, lol.
So to get a general idea of how ...
- 05-19-2010 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 48
[SOLVED] rkhunter, chkrootkit cron
I have never set anything like this up. I really don't need to but I want to, just to do it, lol.
So to get a general idea of how to do this I thought I would start with something simple. I want to set up a cron tasks for rkhunter and chkrootkit, complete with update first and then scan for each. I am not sure where to start at all. Any help/guidance would be greatly appreciated. (I am so new to this I am not even sure about the proper wording for something like this, lol)
- 05-19-2010 #2
A good place to start would be the cron man page. man pages are a sort of system documentation that virtually every command (and many concepts) possess.
Open up a terminal and run the command:
This will give you documentation on cron, and the basic format of a cron file. You can edit the crontab by running the command:Code:man 5 crontab
Wikipedia also has an entry:Code:crontab -e
cron - Wikipedia, the free encyclopediaDISTRO=Arch
Registered Linux User #388732
- 05-19-2010 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 48
Thank you.


