what is the difference between "cron" command and "at" command?
Answer Posted / swapna
cron command is used to schedule the task daily at the same
time repeatedly.
"at" command is used to schedule the task only once i.e to
run only one time.
Is This Answer Correct ? | 118 Yes | 6 No |
Post New Answer View All Answers
Which unix command lists files/folders in alphabetical order?
What does touch command do in unix?
What is awk used for?
What does 'mkdir' command do in UNIX?
What's a command word?
What is nr in awk command?
how to sort the content of the file based on numeric values
What is the command to view process running?
What is the use of find command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What are bash commands?
What do chmod command do?
What is “chmod” command?
Why is shebang used?
Explain the steps that a shell follows while processing a command.