i need to call a specific command in an interval of about 5 sec. How would I setup a daemon/process running in the background or something similiar to do that? I looked at cronjobs, but the minimum intervall seems to be 1 minute. Any advice is apperciated ;)
Fedora is the system.
EDIT the command would be a bashscript, so "watch" wouldn´t do it I think.