what is the difference between "cron" command and "at" command?
Answer Posted / sureshreddy
at: this command to schedule the specified job onl once.
cron: this command to schedule the specified job repeatedly.
| Is This Answer Correct ? | 78 Yes | 5 No |
Post New Answer View All Answers
What does 'mkdir' command do in UNIX?
Which command is used to create a directory?
How do I search for a file in unix command?
Name the unix command to find how many days the server has been up.
How do you repeat a command in terminal?
What's a command word?
What is the behavioural difference between cmp and diff commands?
How do I find previous commands in unix?
Which unix command lists files/folders in alphabetical order?
What is ctrl d?
How do you grep recursively?
Using unix command how to display no of records in oracle?
Which command is used to restrict incoming messages?
Which unix command to make a new directory?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?