How do you schedule a command to run at 4:00 every
morning?
Answer Posted / guest
* 4 * * * * <command to run>
= this is in cron job
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is bash command used for?
What is meant by $1 in shell script?
What is the syntax of "nested if statement" in shell scripting?
What are the types of script?
What's the difference between scripting and coding?
What are the different communication commands available in the shell?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What command needs to be used to take the backup?
What does echo mean in scripting?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Explain about the slow execution speed of shells?
What is the best shell scripting language?
What are the different types of shell scripting?
What are the disadvantages of shell scripting?
What is the equivalent of a file shortcut that we have a window on a linux system?