What is the procedure of "at" and crontab" commands?
Answer Posted / ajaya kumar
at time commandname - Executes the command at the
perticular time.
crontab -e and type the scheduled job with appropriate
syntax.
- Executes the script at the scheduled times.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is rmdir command?
What do know about tee command and its usage?
What are bash commands?
What does the command '$ls | wc –l > file1' do?
Explain command to display different lines that are found when compare two files?
How do I open a port?
What does the command ' $who | sort –logfile > newfile' do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I run a whois command?
Which unix command to make a new directory?
What is the comma to display different lines that are found when compare two files?
What is the use of the tee command?
What is sed awk grep?
Explain the steps that a shell follows while processing a command.