Cron is a list of automated tasks in Linux

Indicate whether the statement is true or false

False - Cron is used to create a list of automatic tasks in Linux. The list itself is called Crontab.

Computer Science & Information Technology

You might also like to view...

Which of the following types of queries would you use to remove duplicate values from a table?

A) Select B) Find unmatched C) Find duplicates D) Crosstab

Computer Science & Information Technology

Assume you have the following declaration char nameList[100];. Which of the following ranges is valid for the index of the array nameList?

A. 0 through 99 B. 0 through 100 C. 1 through 100 D. 1 through 101

Computer Science & Information Technology