Find the answer to your Linux question:
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 ...
  1. #1
    Just 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)

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    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:
    Code:
    man 5 crontab
    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:
    crontab -e
    Wikipedia also has an entry:
    cron - Wikipedia, the free encyclopedia
    DISTRO=Arch
    Registered Linux User #388732

  3. #3
    Just Joined!
    Join Date
    Aug 2008
    Posts
    48
    Thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...