edited by
2,926 views
2 votes
2 votes

Which of the following statements is not correct with reference to cron daemon in UNIX OS?

  1. The cron daemon is the standard tool for running commands on a predetermined-schedule
  2. It starts when the system boots and runs as long as the system is up
  3. Cron reads configuration files that contain list of command lines and the times at which they invoked
  4. Crontab for individual users are not stored
edited by

1 Answer

Answer:

Related questions

0 votes
0 votes
1 answer
2
makhdoom ghaya asked Jul 10, 2016
1,583 views
Match the following with reference to Unix shell scripts $:$$\begin{array}{clcl} & \textbf{List – I} & & \textbf{List – II} \\ \text{a.} & \text{\$?} & \text{i.} & ...
0 votes
0 votes
2 answers
4
Sanjay Sharma asked Jul 11, 2016
3,991 views
In UNIX OS , when a process creates a new process using the fork() system call , which of the following state is shared between the parent process and child processHeapSt...