When we write in the cronjobs file:
* * * * * foo bar
How does the system know that foo is a user that you need to execute the bar command, or that foo is a command for which bar is an input parameter?
When we write in the cronjobs file:
* * * * * foo bar
How does the system know that foo is a user that you need to execute the bar command, or that foo is a command for which bar is an input parameter?