How does CronJobs understand that the first word is user or command?

Viewed 23

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?

0 Answers
Related