Which command is used to create, delete, and list cron tables?
A. cron
B. cronutil
C. crontab
D. cronmg
Answer: C
Computer Science & Information Technology
You might also like to view...
When printing a document, the comments do not normally appear
Indicate whether the statement is true or false
Computer Science & Information Technology
Print the integers from 1 to 20 using a while loop and the unsigned int counter variable x. Print only 5 integers per line
[Hint: When x % 5 is 0, print a newline character; otherwise, print a tab character.] What will be an ideal response?
Computer Science & Information Technology