Identify the two types of cron tables the cron system daemon uses.

What will be an ideal response?

The cron daemon uses two types of cron tables: the user cron table in /var/spool/cron/tabs and the system cron table in /etc/crontab.

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. If you need an array with more than one index, you can use a multidimensional array, which is actually an array of arrays. In the explanation, declare an array of doubles with 2 rows and 5 columns. 2. Indexed variables for an array are stored wherever the computer finds memory for the first indexed variable, then the next one is stored next to the first if there is space, and someplace else if not.

Computer Science & Information Technology

Using the saved output, identify the port numbers of the FTP client and the FTP server.

What will be an ideal response?

Computer Science & Information Technology